summaryrefslogtreecommitdiff
path: root/lib/sys_times.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
committerBruno Haible <bruno@clisp.org>2009-12-10 20:28:30 +0100
commit441aa3044f43e5572f58c354f01e6bc070acd5c7 (patch)
treebef236e8058dd3469da28ffcd5a6a287222a4c50 /lib/sys_times.in.h
parent039ae97b8ae35a2446c5d62d72b21689c97da7e2 (diff)
downloadgnulib-441aa3044f43e5572f58c354f01e6bc070acd5c7.tar.gz
Use spaces for indentation, not tabs.
Diffstat (limited to 'lib/sys_times.in.h')
-rw-r--r--lib/sys_times.in.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/sys_times.in.h b/lib/sys_times.in.h
index 56ac45313d..381d7de565 100644
--- a/lib/sys_times.in.h
+++ b/lib/sys_times.in.h
@@ -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 */