Untabify.
[gnulib.git] / lib / readutmp.h
index 1e43a31..a0aeec2 100644 (file)
@@ -197,9 +197,9 @@ enum { UT_USER_SIZE = sizeof UT_USER ((STRUCT_UTMP *) 0) };
 #  define UT_TYPE_USER_PROCESS(U) 0
 # endif
 
-# define IS_USER_PROCESS(U)                                    \
-   (UT_USER (U)[0]                                             \
-    && (UT_TYPE_USER_PROCESS (U)                               \
+# define IS_USER_PROCESS(U)                                     \
+   (UT_USER (U)[0]                                              \
+    && (UT_TYPE_USER_PROCESS (U)                                \
         || (UT_TYPE_NOT_DEFINED && UT_TIME_MEMBER (U) != 0)))
 
 /* Options for read_utmp.  */
@@ -211,6 +211,6 @@ enum
 
 char *extract_trimmed_name (const STRUCT_UTMP *ut);
 int read_utmp (char const *file, size_t *n_entries, STRUCT_UTMP **utmp_buf,
-              int options);
+               int options);
 
 #endif /* __READUTMP_H__ */