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

Unified Diff: fusl/include/nl_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/nl_types.h
diff --git a/fusl/include/nl_types.h b/fusl/include/nl_types.h
index 7c2d48e0f145411c1ef1966cffe787a603894524..ee498270e3314a7812fe2fcf11f79383fa1aa333 100644
--- a/fusl/include/nl_types.h
+++ b/fusl/include/nl_types.h
@@ -9,11 +9,11 @@ extern "C" {
#define NL_CAT_LOCALE 1
typedef int nl_item;
-typedef void *nl_catd;
+typedef void* nl_catd;
-nl_catd catopen (const char *, int);
-char *catgets (nl_catd, int, int, const char *);
-int catclose (nl_catd);
+nl_catd catopen(const char*, int);
+char* catgets(nl_catd, int, int, const char*);
+int catclose(nl_catd);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698