From: Danny Zhu Date: Tue, 25 Oct 2022 14:37:56 +0000 (+0800) Subject: fix: format code X-Git-Tag: upstream/1.3.240~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ceabdb1facf36ce75399695daad5ac9e906232bd;p=platform%2Fupstream%2FVulkan-Loader.git fix: format code --- diff --git a/loader/loader.c b/loader/loader.c index 00a0273d..ed4424f2 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -4307,8 +4307,7 @@ VKAPI_ATTR void VKAPI_CALL loader_layer_destroy_device(VkDevice device, const Vk const struct loader_instance *inst = icd_term->this_instance; destroyFunction(device, pAllocator); - if (NULL != dev) - { + if (NULL != dev) { dev->chain_device = NULL; dev->icd_device = NULL; loader_remove_logical_device(inst, icd_term, dev, pAllocator);