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

Unified Diff: fusl/include/ulimit.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/ulimit.h
diff --git a/fusl/include/ulimit.h b/fusl/include/ulimit.h
index efdcd311e5c74dffd2c6f4e809fd7c2e932bf754..e0201401e5f7f759a20d549fab2fdd36c869aff4 100644
--- a/fusl/include/ulimit.h
+++ b/fusl/include/ulimit.h
@@ -8,7 +8,7 @@ extern "C" {
#define UL_GETFSIZE 1
#define UL_SETFSIZE 2
-long ulimit (int, ...);
+long ulimit(int, ...);
#ifdef __cplusplus
}

Powered by Google App Engine
This is Rietveld 408576698