mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
c/main: Fix tab CVK_ERROR macro
This commit is contained in:
parent
c912c67dc6
commit
56b5918d69
|
@ -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
|
static double
|
||||||
ns_to_ms(int64_t ns)
|
ns_to_ms(int64_t ns)
|
||||||
|
|
Loading…
Reference in a new issue