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

Unified Diff: third_party/WebKit/Source/wtf/TriState.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/TreeNodeTest.cpp ('k') | third_party/WebKit/Source/wtf/TypeTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/TriState.h
diff --git a/third_party/WebKit/Source/wtf/TriState.h b/third_party/WebKit/Source/wtf/TriState.h
index abac5f76ed2ab11696f76006e91d0ef6058a3e8b..1dea564d781247ebec439ea331b0960f4cb41f09 100644
--- a/third_party/WebKit/Source/wtf/TriState.h
+++ b/third_party/WebKit/Source/wtf/TriState.h
@@ -28,12 +28,7 @@
namespace WTF {
-enum TriState {
- FalseTriState,
- TrueTriState,
- MixedTriState
-};
-
+enum TriState { FalseTriState, TrueTriState, MixedTriState };
}
using WTF::TriState;
@@ -41,4 +36,4 @@ using WTF::FalseTriState;
using WTF::TrueTriState;
using WTF::MixedTriState;
-#endif // TriState_h
+#endif // TriState_h
« no previous file with comments | « third_party/WebKit/Source/wtf/TreeNodeTest.cpp ('k') | third_party/WebKit/Source/wtf/TypeTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698