aboutsummaryrefslogtreecommitdiff
path: root/loader/phys_dev_ext.c
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-01-26 12:22:32 -0700
committerMark Lobodzinski <mark@lunarg.com>2017-01-26 13:07:08 -0700
commit7ef563404f7d73ae5dc592ae76ae4f91593dc9ce (patch)
treeb698fc42accae41582d79c4f37dd7df6436baf3c /loader/phys_dev_ext.c
parent13a18fc7d146b9b90f5f4c29c1525c7c3a638661 (diff)
downloadusermoji-7ef563404f7d73ae5dc592ae76ae4f91593dc9ce.tar.xz
loader: Protect loader macro lists from clang-format
Change-Id: I3e943a538d33737453a3e71edebbd026a1c7f6f3
Diffstat (limited to 'loader/phys_dev_ext.c')
-rw-r--r--loader/phys_dev_ext.c3
1 files changed, 3 insertions, 0 deletions
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)