Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: fusl/include/sys/times.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fusl/include/sys/times.h
diff --git a/fusl/include/sys/times.h b/fusl/include/sys/times.h
index cc55e573fd4b87d1a949423e5c71cc4e2b12b552..de45d55f244ebad83c40d7b3949d1bb97d2e67d1 100644
--- a/fusl/include/sys/times.h
+++ b/fusl/include/sys/times.h
@@ -1,5 +1,5 @@
-#ifndef _SYS_TIMES_H
-#define _SYS_TIMES_H
+#ifndef _SYS_TIMES_H
+#define _SYS_TIMES_H
#ifdef __cplusplus
extern "C" {
@@ -8,19 +8,17 @@ extern "C" {
#define __NEED_clock_t
#include <bits/alltypes.h>
-struct tms
-{
- clock_t tms_utime;
- clock_t tms_stime;
- clock_t tms_cutime;
- clock_t tms_cstime;
+struct tms {
+ clock_t tms_utime;
+ clock_t tms_stime;
+ clock_t tms_cutime;
+ clock_t tms_cstime;
};
-clock_t times (struct tms *);
+clock_t times(struct tms*);
#ifdef __cplusplus
}
#endif
#endif
-

Powered by Google App Engine
This is Rietveld 408576698