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

Unified Diff: third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.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
Index: third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h
diff --git a/third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h b/third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h
index ea0a77c45241fa1fa54a55865e9e68e322e1391d..554ce7152fb5c290e25bc152fa64ea58849fafb1 100644
--- a/third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h
+++ b/third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h
@@ -28,7 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
#ifndef WTFUnitTestHelpersExport_h
#define WTFUnitTestHelpersExport_h
@@ -43,11 +42,11 @@
#else
#define WTF_UNITTEST_HELPERS_EXPORT __declspec(dllimport)
#endif
-#else // defined(WIN32)
+#else // defined(WIN32)
#define WTF_UNITTEST_HELPERS_EXPORT __attribute__((visibility("default")))
#endif
-#else // defined(COMPONENT_BUILD)
+#else // defined(COMPONENT_BUILD)
#define WTF_UNITTEST_HELPERS_EXPORT
#endif
-#endif // WTFUnitTestHelpersExport_h
+#endif // WTFUnitTestHelpersExport_h
« no previous file with comments | « third_party/WebKit/Source/wtf/testing/WTFTestPrintersTest.cpp ('k') | third_party/WebKit/Source/wtf/text/ASCIIFastPath.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698