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

Unified Diff: fusl/src/math/exp2l.c

Issue 1706293003: [fusl] Remove some more tabs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: apptest rebase 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
« no previous file with comments | « fusl/src/malloc/malloc.c ('k') | fusl/src/math/tgamma.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/math/exp2l.c
diff --git a/fusl/src/math/exp2l.c b/fusl/src/math/exp2l.c
index 0528a4789698ef3506604923143022b186e4ee66..7c100ccccf3f4a9e3ba154e954341e1ed180f2ef 100644
--- a/fusl/src/math/exp2l.c
+++ b/fusl/src/math/exp2l.c
@@ -523,8 +523,8 @@ static const float eps[TBLSIZE] = {
*
* This method is due to Gal, with many details due to Gal and Bachelis:
*
- * Gal, S. and Bachelis, B. An Accurate Elementary Mathematical Library
- * for the IEEE Floating Point Standard. TOMS 17(1), 26-46 (1991).
+ * Gal, S. and Bachelis, B. An Accurate Elementary Mathematical Library
+ * for the IEEE Floating Point Standard. TOMS 17(1), 26-46 (1991).
*/
long double exp2l(long double x) {
union ldshape u = {x};
« no previous file with comments | « fusl/src/malloc/malloc.c ('k') | fusl/src/math/tgamma.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698