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

Unified Diff: fusl/include/langinfo.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/langinfo.h
diff --git a/fusl/include/langinfo.h b/fusl/include/langinfo.h
index 2153c42e99e13484be31c7c2db6a7a5f09571c83..f20a6c98cfd594f1103b301fa10f50cbe4203a9e 100644
--- a/fusl/include/langinfo.h
+++ b/fusl/include/langinfo.h
@@ -82,8 +82,8 @@ extern "C" {
#define NOSTR 0x50003
#endif
-char *nl_langinfo(nl_item);
-char *nl_langinfo_l(nl_item, locale_t);
+char* nl_langinfo(nl_item);
+char* nl_langinfo_l(nl_item, locale_t);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698