summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h')
-rw-r--r--third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h b/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h
index 8c0adb7..ab23a66e 100644
--- a/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h
+++ b/third_party/WebKit/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