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

Unified Diff: Source/wtf/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/WTFThreadData.cpp ('k') | Source/wtf/dtoa.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/dtoa.h
diff --git a/Source/wtf/dtoa.h b/Source/wtf/dtoa.h
index aca4631ccdbc2d90373ce02cfa2b921078f293ab..d0127d56e4105129e4afa84c579856210fb6f34a 100644
--- a/Source/wtf/dtoa.h
+++ b/Source/wtf/dtoa.h
@@ -69,7 +69,7 @@ inline double parseDouble(const UChar* string, size_t length, size_t& parsedLeng
conversionBuffer[i] = isASCII(string[i]) ? string[i] : 0;
return parseDouble(conversionBuffer, length, parsedLength);
}
-
+
} // namespace WTF
using WTF::NumberToStringBuffer;
« no previous file with comments | « Source/wtf/WTFThreadData.cpp ('k') | Source/wtf/dtoa.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698