Skip to content

Commit 80299ab

Browse files
committed
Fix clang-format: sort includes in log.c
1 parent ef512c3 commit 80299ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/foundation/log.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
*/
44
#include "log.h"
55
#include <inttypes.h>
6-
#include <stdint.h> // int64_t
7-
#include <stdio.h>
86
#include <stdarg.h>
7+
#include <stdint.h>
8+
#include <stdio.h>
99

1010
static CBMLogLevel g_log_level = CBM_LOG_INFO;
1111
static cbm_log_sink_fn g_log_sink = NULL;

0 commit comments

Comments
 (0)