c/main: Fix tab CVK_ERROR macro

This commit is contained in:
Jakob Bornecrantz 2021-11-04 15:52:14 +00:00
parent c912c67dc6
commit 56b5918d69

View file

@ -79,7 +79,7 @@
*
*/
#define CVK_ERROR(C, FUNC, MSG, RET) COMP_ERROR(C, FUNC ": %s\t\n" MSG, vk_result_string(RET));
#define CVK_ERROR(C, FUNC, MSG, RET) COMP_ERROR(C, FUNC ": %s\n\t" MSG, vk_result_string(RET));
static double
ns_to_ms(int64_t ns)