Index: Source/wtf/dtoa/strtod.h |
diff --git a/Source/wtf/dtoa/strtod.h b/Source/wtf/dtoa/strtod.h |
index 8ed350ad8ac8f7825f08415927ca60ae97f3825c..d02f76ac73ad68644c058c030857fe5eb114d5c6 100644 |
--- a/Source/wtf/dtoa/strtod.h |
+++ b/Source/wtf/dtoa/strtod.h |
@@ -33,11 +33,11 @@ |
namespace WTF { |
namespace double_conversion { |
- |
+ |
// The buffer must only contain digits in the range [0-9]. It must not |
// contain a dot or a sign. It must not start with '0', and must not be empty. |
double Strtod(Vector<const char> buffer, int exponent); |
- |
+ |
} // namespace double_conversion |
} // namespace WTF |