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

Unified Diff: third_party/WebKit/Source/wtf/text/StringStatics.h

Issue 1436153002: Apply clang-format with Chromium-style without column limit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: third_party/WebKit/Source/wtf/text/StringStatics.h
diff --git a/third_party/WebKit/Source/wtf/text/StringStatics.h b/third_party/WebKit/Source/wtf/text/StringStatics.h
index b241894681dce487446f70bdcc2bfe01be1f55bc..8a9b0c5aa5241d0e005b09a5f4cdb1bb4a81a839 100644
--- a/third_party/WebKit/Source/wtf/text/StringStatics.h
+++ b/third_party/WebKit/Source/wtf/text/StringStatics.h
@@ -36,13 +36,12 @@
namespace WTF {
class StringStatics {
-public:
- WTF_EXPORT static void init();
+ public:
+ WTF_EXPORT static void init();
-private:
- StringStatics();
+ private:
+ StringStatics();
};
-
}
#endif
« no previous file with comments | « third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp ('k') | third_party/WebKit/Source/wtf/text/StringStatics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698