chiark / gitweb /
Prep v229: Remove remaining emacs settings [5/6] src/shared
[elogind.git] / src / shared / sleep-config.h
index 51d2dec7b402a066f6c0dbd8d51cbb9c24faa832..51f4621844d26aae453d86b1cc7f6d6584794baa 100644 (file)
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
 /***
   This file is part of systemd.
 
@@ -19,6 +17,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#pragma once
+
 int parse_sleep_config(const char *verb, char ***modes, char ***states);
 
 int can_sleep(const char *verb);