Fix code style for pointers

This commit is contained in:
2026-06-21 13:35:05 +03:00
parent 32649b3526
commit 58526b9ee1
10 changed files with 2246 additions and 2246 deletions

View File

@@ -33,7 +33,7 @@ Builds a static library. No shared library or external dependencies.
#include "CgeStr.h"
#include <stdio.h>
void print_rune(uint32_t rune, void* user) {
void print_rune(uint32_t rune, void *user) {
printf("U+%04X ", rune);
}