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

Unified Diff: fusl/include/utime.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/utime.h
diff --git a/fusl/include/utime.h b/fusl/include/utime.h
index ec82e0f3f844f82449796dbd9b064b40c49abdb9..acded5391cc8c1431fc385618bba6631fecbb6a9 100644
--- a/fusl/include/utime.h
+++ b/fusl/include/utime.h
@@ -1,5 +1,5 @@
-#ifndef _UTIME_H
-#define _UTIME_H
+#ifndef _UTIME_H
+#define _UTIME_H
#ifdef __cplusplus
extern "C" {
@@ -9,13 +9,12 @@ extern "C" {
#include <bits/alltypes.h>
-struct utimbuf
-{
- time_t actime;
- time_t modtime;
+struct utimbuf {
+ time_t actime;
+ time_t modtime;
};
-int utime (const char *, const struct utimbuf *);
+int utime(const char*, const struct utimbuf*);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698