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

Unified Diff: fusl/src/math/nanf.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/math/nanf.c
diff --git a/fusl/src/math/nanf.c b/fusl/src/math/nanf.c
index 752ce5463488e5b20357438c1c8d93ed2d2f5d32..dafe1273f8738b4ac55473773176c39b7089b38b 100644
--- a/fusl/src/math/nanf.c
+++ b/fusl/src/math/nanf.c
@@ -1,6 +1,5 @@
#include <math.h>
-float nanf(const char *s)
-{
- return NAN;
+float nanf(const char* s) {
+ return NAN;
}
« fusl/arch/aarch64/atomic_arch.h ('K') | « fusl/src/math/nan.c ('k') | fusl/src/math/nanl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698