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 |