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

Unified Diff: Source/wtf/dtoa/fixed-dtoa.h

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 | « Source/wtf/dtoa/fast-dtoa.h ('k') | Source/wtf/dtoa/strtod.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/dtoa/fixed-dtoa.h
diff --git a/Source/wtf/dtoa/fixed-dtoa.h b/Source/wtf/dtoa/fixed-dtoa.h
index 8c0adb758b37797c527b91f5261926459d9367be..ab23a66eeef5d4aa2348403b97b3e4120eed8965 100644
--- a/Source/wtf/dtoa/fixed-dtoa.h
+++ b/Source/wtf/dtoa/fixed-dtoa.h
@@ -33,7 +33,7 @@
namespace WTF {
namespace double_conversion {
-
+
// Produces digits necessary to print a given number with
// 'fractional_count' digits after the decimal point.
// The buffer must be big enough to hold the result plus one terminating null
@@ -52,7 +52,7 @@ namespace double_conversion {
// returns false. The output is null-terminated when the function succeeds.
bool FastFixedDtoa(double v, int fractional_count,
Vector<char> buffer, int* length, int* decimal_point);
-
+
} // namespace double_conversion
} // namespace WTF
« no previous file with comments | « Source/wtf/dtoa/fast-dtoa.h ('k') | Source/wtf/dtoa/strtod.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698