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

Unified Diff: fusl/include/libgen.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/libgen.h
diff --git a/fusl/include/libgen.h b/fusl/include/libgen.h
index 7c7fd9c6d2b3005a692faaf4fb00afc66c4a7f51..3f3fb437a5195bb9ee2b258ed8ca2dfdd88b529e 100644
--- a/fusl/include/libgen.h
+++ b/fusl/include/libgen.h
@@ -5,8 +5,8 @@
extern "C" {
#endif
-char *dirname(char *);
-char *basename(char *);
+char* dirname(char*);
+char* basename(char*);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698