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

Unified Diff: crosstest/test_sync_atomic.h

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add a clang-format blacklist. Fix formatting "errors". Created 5 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 | « crosstest/test_stacksave_main.c ('k') | crosstest/test_sync_atomic.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_sync_atomic.h
diff --git a/crosstest/test_sync_atomic.h b/crosstest/test_sync_atomic.h
index ce24a07b517930ce58049a3a26cee6c2e963670f..3db2c3d167b0043e034648e433208dde22d8f650 100644
--- a/crosstest/test_sync_atomic.h
+++ b/crosstest/test_sync_atomic.h
@@ -14,9 +14,9 @@
#include "test_sync_atomic.def"
-#define X(inst, type) \
- type test_##inst(bool fetch_first, volatile type *ptr, type a); \
- type test_alloca_##inst(bool fetch, volatile type *ptr, type a); \
+#define X(inst, type) \
+ type test_##inst(bool fetch_first, volatile type *ptr, type a); \
+ type test_alloca_##inst(bool fetch, volatile type *ptr, type a); \
type test_const_##inst(bool fetch, volatile type *ptr, type ignored);
FOR_ALL_RMWOP_TYPES(X)
« no previous file with comments | « crosstest/test_stacksave_main.c ('k') | crosstest/test_sync_atomic.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698