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

Unified Diff: crosstest/test_stacksave.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_select_main.cpp ('k') | crosstest/test_stacksave.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_stacksave.h
diff --git a/crosstest/test_stacksave.h b/crosstest/test_stacksave.h
index 8d0af0140ce46885ba7e2add7a10db328ecb7053..cb4684d42eb6da61f4741ba99cb308c6bfe8a1c4 100644
--- a/crosstest/test_stacksave.h
+++ b/crosstest/test_stacksave.h
@@ -15,12 +15,12 @@
#ifndef TEST_STACKSAVE_H
#define TEST_STACKSAVE_H
-#define DECLARE_TESTS(PREFIX) \
- uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
- uint32_t inc); \
- uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
- uint32_t inc); \
- uint32_t PREFIX##test_two_vlas_in_loops(uint32_t size, uint32_t start, \
+#define DECLARE_TESTS(PREFIX) \
+ uint32_t PREFIX##test_basic_vla(uint32_t size, uint32_t start, \
+ uint32_t inc); \
+ uint32_t PREFIX##test_vla_in_loop(uint32_t size, uint32_t start, \
+ uint32_t inc); \
+ uint32_t PREFIX##test_two_vlas_in_loops(uint32_t size, uint32_t start, \
uint32_t inc);
#endif
« no previous file with comments | « crosstest/test_select_main.cpp ('k') | crosstest/test_stacksave.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698