chiark / gitweb /
utmp: write out runlevels 5 and 3 preferrably if multiples make sense, and S instead...
[elogind.git] / src / swap.h
index d3f24d5cbac50b9899a1de74b02c46b8ad85a916..3c53536a830690061f98c64615de746ec7958c5f 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef fooswaphfoo
 #define fooswaphfoo
@@ -51,11 +51,11 @@ struct Swap {
 
         char *what;
 
+        SwapState state, deserialized_state;
+
         bool from_etc_fstab:1;
         bool from_proc_swaps:1;
         bool from_fragment:1;
-
-        SwapState state, deserialized_state;
 };
 
 extern const UnitVTable swap_vtable;