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

Unified Diff: third_party/WebKit/public/platform/PointerProperties.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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
Index: third_party/WebKit/public/platform/PointerProperties.h
diff --git a/third_party/WebKit/public/platform/PointerProperties.h b/third_party/WebKit/public/platform/PointerProperties.h
index 0b1e56aff69a6b4e80827fe859379f61451d792f..421aca8388269d8697c3520eb0a51a6f705f79b0 100644
--- a/third_party/WebKit/public/platform/PointerProperties.h
+++ b/third_party/WebKit/public/platform/PointerProperties.h
@@ -16,6 +16,6 @@ enum PointerType {
// Bit field values indicating available hover types.
enum HoverType { kHoverTypeNone = 1 << 0, kHoverTypeHover = 1 << 1 };
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698