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

Unified Diff: fusl/src/math/ldexpf.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/ldexpf.c
diff --git a/fusl/src/math/ldexpf.c b/fusl/src/math/ldexpf.c
index 3bad5f393f5a1f499ccb8c79c96856f760d30502..71ccf56e897eea52cb24980a6a9003f8b878cc2d 100644
--- a/fusl/src/math/ldexpf.c
+++ b/fusl/src/math/ldexpf.c
@@ -1,6 +1,5 @@
#include <math.h>
-float ldexpf(float x, int n)
-{
- return scalbnf(x, n);
+float ldexpf(float x, int n) {
+ return scalbnf(x, n);
}

Powered by Google App Engine
This is Rietveld 408576698