From b0f90a793f5ef3e08aa51549773581dff862ddb7 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 9 May 2019 21:46:22 +0300 Subject: Better detection of tab indentation. "But surely nobody would indent by having spaces first, and tabs after that. Right? Right?" --- test cases/frameworks/18 vulkan/vulkanprog.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'test cases/frameworks') diff --git a/test cases/frameworks/18 vulkan/vulkanprog.c b/test cases/frameworks/18 vulkan/vulkanprog.c index 1c1c58aae..58d63ece7 100644 --- a/test cases/frameworks/18 vulkan/vulkanprog.c +++ b/test cases/frameworks/18 vulkan/vulkanprog.c @@ -4,14 +4,14 @@ int main() { VkInstanceCreateInfo instance_create_info = { - VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, - NULL, - 0, - NULL, - 0, - NULL, - 0, - NULL, + VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, + NULL, + 0, + NULL, + 0, + NULL, + 0, + NULL, }; // we don't actually require instance creation to succeed since @@ -23,4 +23,4 @@ int main() vkDestroyInstance(instance, NULL); return 0; -} \ No newline at end of file +} -- cgit v1.2.3