Use spaces for indentation, not tabs.
[gnulib.git] / lib / sys_times.in.h
index 56ac453..381d7de 100644 (file)
@@ -35,20 +35,20 @@ extern "C" {
   /* Structure describing CPU time used by a process and its children.  */
   struct tms
   {
-    clock_t tms_utime;         /* User CPU time.  */
-    clock_t tms_stime;         /* System CPU time.  */
+    clock_t tms_utime;          /* User CPU time.  */
+    clock_t tms_stime;          /* System CPU time.  */
 
-    clock_t tms_cutime;                /* User CPU time of dead children.  */
-    clock_t tms_cstime;                /* System CPU time of dead children.  */
+    clock_t tms_cutime;         /* User CPU time of dead children.  */
+    clock_t tms_cstime;         /* System CPU time of dead children.  */
   };
 
 # if @GNULIB_TIMES@
   extern clock_t times (struct tms *buffer);
 # elif defined GNULIB_POSIXCHECK
 #  undef times
-#  define times(s)                                             \
-  (GL_LINK_WARNING ("times is unportable - "                   \
-                   "use gnulib module times for portability"), \
+#  define times(s)                                              \
+  (GL_LINK_WARNING ("times is unportable - "                    \
+                    "use gnulib module times for portability"), \
    times (s))
 # endif
 
@@ -56,4 +56,4 @@ extern "C" {
 }
 # endif
 
-#endif                         /* _GL_SYS_TIMES_H */
+#endif                          /* _GL_SYS_TIMES_H */