From 7ef563404f7d73ae5dc592ae76ae4f91593dc9ce Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Thu, 26 Jan 2017 12:22:32 -0700 Subject: loader: Protect loader macro lists from clang-format Change-Id: I3e943a538d33737453a3e71edebbd026a1c7f6f3 --- loader/phys_dev_ext.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'loader/phys_dev_ext.c') diff --git a/loader/phys_dev_ext.c b/loader/phys_dev_ext.c index 90830250..27a09ef3 100644 --- a/loader/phys_dev_ext.c +++ b/loader/phys_dev_ext.c @@ -60,6 +60,9 @@ VKAPI_ATTR void VKAPI_CALL vkPhysDevExtTermin##num( \ icd_term->phys_dev_ext[num](phys_dev_term->phys_dev); \ } +// Disable clang-format for lists of macros +// clang-format off + // Instantiations of the trampoline and terminator PhysDevExtTramp(0) PhysDevExtTermin(0) PhysDevExtTramp(1) PhysDevExtTermin(1) -- cgit v1.2.3