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

Unified Diff: third_party/WebKit/Source/wtf/dtoa/strtod.h

Issue 1611343002: wtf reformat test Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pydent Created 4 years, 11 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 | « third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h ('k') | third_party/WebKit/Source/wtf/dtoa/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/dtoa/strtod.h
diff --git a/third_party/WebKit/Source/wtf/dtoa/strtod.h b/third_party/WebKit/Source/wtf/dtoa/strtod.h
index d02f76ac73ad68644c058c030857fe5eb114d5c6..a1015ea6fa62eefa74d91d7bb7303f9162524220 100644
--- a/third_party/WebKit/Source/wtf/dtoa/strtod.h
+++ b/third_party/WebKit/Source/wtf/dtoa/strtod.h
@@ -34,12 +34,12 @@ 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);
+// 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
+} // namespace WTF
#endif // DOUBLE_CONVERSION_STRTOD_H_
« no previous file with comments | « third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h ('k') | third_party/WebKit/Source/wtf/dtoa/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698