fix indentation

This commit is contained in:
2024-07-30 01:42:49 +03:00
parent e93d5eb863
commit 142321d458
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#include <stdbool.h>
bool infer_elf_section_bounds(const char *restrict name,
const char **restrict vm_start,
const char **restrict vm_end);
const char **restrict vm_start,
const char **restrict vm_end);
#endif