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

Unified Diff: fusl/src/dirent/alphasort.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/dirent/alphasort.c
diff --git a/fusl/src/dirent/alphasort.c b/fusl/src/dirent/alphasort.c
index 42050fb7cb52eda81b04d923f674d7c9c80f6acc..5d9d2a0c668ce264afd05a643ce34b39bdf93bef 100644
--- a/fusl/src/dirent/alphasort.c
+++ b/fusl/src/dirent/alphasort.c
@@ -2,9 +2,8 @@
#include <dirent.h>
#include "libc.h"
-int alphasort(const struct dirent **a, const struct dirent **b)
-{
- return strcoll((*a)->d_name, (*b)->d_name);
+int alphasort(const struct dirent** a, const struct dirent** b) {
+ return strcoll((*a)->d_name, (*b)->d_name);
}
LFS64(alphasort);

Powered by Google App Engine
This is Rietveld 408576698