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

Unified Diff: third_party/WebKit/Source/wtf/GetPtr.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/FunctionalTest.cpp ('k') | third_party/WebKit/Source/wtf/HashCountedSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/GetPtr.h
diff --git a/third_party/WebKit/Source/wtf/GetPtr.h b/third_party/WebKit/Source/wtf/GetPtr.h
index f88fb8029c0c0cc51f67061edb71a8c6fb1fd486..f211f201d9e07c327c53d69dc98a21e5cd189c91 100644
--- a/third_party/WebKit/Source/wtf/GetPtr.h
+++ b/third_party/WebKit/Source/wtf/GetPtr.h
@@ -23,16 +23,16 @@
namespace WTF {
-template <typename T> inline T* getPtr(T* p)
-{
- return p;
+template <typename T>
+inline T* getPtr(T* p) {
+ return p;
}
-template <typename T> inline T* getPtr(T& p)
-{
- return &p;
+template <typename T>
+inline T* getPtr(T& p) {
+ return &p;
}
-} // namespace WTF
+} // namespace WTF
-#endif // WTF_GetPtr_h
+#endif // WTF_GetPtr_h
« no previous file with comments | « third_party/WebKit/Source/wtf/FunctionalTest.cpp ('k') | third_party/WebKit/Source/wtf/HashCountedSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698