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

Unified Diff: third_party/WebKit/Source/wtf/InstanceCounter.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/DateMath.cpp ('k') | third_party/WebKit/Source/wtf/MathExtrasTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/InstanceCounter.cpp
diff --git a/third_party/WebKit/Source/wtf/InstanceCounter.cpp b/third_party/WebKit/Source/wtf/InstanceCounter.cpp
index cfffb5208497a6d6016a8f5cdd46b49636a3b3f5..30e1011de143dd6197913c422558e1dc67bdb354 100644
--- a/third_party/WebKit/Source/wtf/InstanceCounter.cpp
+++ b/third_party/WebKit/Source/wtf/InstanceCounter.cpp
@@ -64,9 +64,9 @@ String extractTypeNameFromFunctionName(const char* funcName) {
stringWithTypeNamePrefixLength + stringWithTypeNamePostfixLength);
const char* funcNameWithoutPrefix = funcName + stringWithTypeNamePrefixLength;
- return String(funcNameWithoutPrefix, funcNameLength -
- stringWithTypeNamePrefixLength -
- stringWithTypeNamePostfixLength);
+ return String(funcNameWithoutPrefix,
+ funcNameLength - stringWithTypeNamePrefixLength -
+ stringWithTypeNamePostfixLength);
#else
return String("unknown");
#endif
« no previous file with comments | « third_party/WebKit/Source/wtf/DateMath.cpp ('k') | third_party/WebKit/Source/wtf/MathExtrasTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698