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

Unified Diff: fusl/src/misc/gethostid.c

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/src/misc/gethostid.c
diff --git a/fusl/src/misc/gethostid.c b/fusl/src/misc/gethostid.c
index ea65611abb74d3c9116b80606260e6bc6a88f844..efe1855f529fae27bb0227281970fd66c77a7667 100644
--- a/fusl/src/misc/gethostid.c
+++ b/fusl/src/misc/gethostid.c
@@ -1,4 +1,3 @@
-long gethostid()
-{
- return 0;
+long gethostid() {
+ return 0;
}

Powered by Google App Engine
This is Rietveld 408576698