Skip to content

Commit 5b6ea44

Browse files
committed
maybe clang-format correctly...
1 parent 353714c commit 5b6ea44

File tree

1 file changed

+1
-1
lines changed
  • runtime/libcn/include/cn-executable

1 file changed

+1
-1
lines changed

runtime/libcn/include/cn-executable/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ static inline void cn_store(void *ptr, size_t size) {
585585
// cn_printf(CN_LOGGING_INFO, " \x1b[31mSTORE\x1b[0m[%lu] - ptr: %p\n", size, ptr);
586586
}
587587
static inline void cn_postfix(void *ptr, size_t size) {
588-
// cn_printf(CN_LOGGING_INFO, " \x1b[31mPOSTFIX\x1b[0m[%lu] - ptr: %p\n", size, ptr);
588+
// cn_printf(CN_LOGGING_INFO, " \x1b[31mPOSTFIX\x1b[0m[%lu] - ptr: %p\n", size, ptr);
589589
}
590590

591591
// use this macro to wrap an argument to another macro that contains commas

0 commit comments

Comments
 (0)