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

Unified Diff: third_party/WebKit/Source/wtf/Noncopyable.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/NonCopyingSort.h ('k') | third_party/WebKit/Source/wtf/NotFound.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/Noncopyable.h
diff --git a/third_party/WebKit/Source/wtf/Noncopyable.h b/third_party/WebKit/Source/wtf/Noncopyable.h
index 6d8c5e48e3a2c8d4a555f0e78ab51e8920347e5a..dade16e5b2cbd5f6294814a522fd1a399486ade0 100644
--- a/third_party/WebKit/Source/wtf/Noncopyable.h
+++ b/third_party/WebKit/Source/wtf/Noncopyable.h
@@ -22,8 +22,8 @@
#define WTF_Noncopyable_h
#define WTF_MAKE_NONCOPYABLE(ClassName) \
- private: \
- ClassName(const ClassName&) = delete; \
- ClassName& operator=(const ClassName&) = delete
+ private: \
+ ClassName(const ClassName&) = delete; \
+ ClassName& operator=(const ClassName&) = delete
-#endif // WTF_Noncopyable_h
+#endif // WTF_Noncopyable_h
« no previous file with comments | « third_party/WebKit/Source/wtf/NonCopyingSort.h ('k') | third_party/WebKit/Source/wtf/NotFound.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698