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

Unified Diff: fusl/include/errno.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/errno.h
diff --git a/fusl/include/errno.h b/fusl/include/errno.h
index 93f5f6ecb6c357816ad0a31e209df751de09e881..18f31d23be4534c02ca5c1895bed69a876565270 100644
--- a/fusl/include/errno.h
+++ b/fusl/include/errno.h
@@ -1,4 +1,4 @@
-#ifndef _ERRNO_H
+#ifndef _ERRNO_H
#define _ERRNO_H
#ifdef __cplusplus
@@ -9,7 +9,7 @@ extern "C" {
#include <bits/errno.h>
-int *__errno_location(void);
+int* __errno_location(void);
#define errno (*__errno_location())
#ifdef _GNU_SOURCE
@@ -21,4 +21,3 @@ extern char *program_invocation_short_name, *program_invocation_name;
#endif
#endif
-
« fusl/arch/aarch64/atomic_arch.h ('K') | « fusl/include/err.h ('k') | fusl/include/fcntl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698