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

Unified Diff: fusl/include/sys/types.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/types.h
diff --git a/fusl/include/sys/types.h b/fusl/include/sys/types.h
index 75e489c57345a8d161e73dba60fb6d2d7c1f42b7..cf20b0c60fa7107b5ea51399a7622dc35ee082cd 100644
--- a/fusl/include/sys/types.h
+++ b/fusl/include/sys/types.h
@@ -1,5 +1,5 @@
-#ifndef _SYS_TYPES_H
-#define _SYS_TYPES_H
+#ifndef _SYS_TYPES_H
+#define _SYS_TYPES_H
#ifdef __cplusplus
extern "C" {
#endif
@@ -60,7 +60,7 @@ extern "C" {
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned u_int32_t;
-typedef char *caddr_t;
+typedef char* caddr_t;
typedef unsigned char u_char;
typedef unsigned short u_short, ushort;
typedef unsigned u_int, uint;

Powered by Google App Engine
This is Rietveld 408576698