summaryrefslogtreecommitdiffstats
path: root/format.sh
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-04-16 17:01:13 +0200
committerFabrice <fabrice@schaub-dev.xyz>2026-04-16 17:01:13 +0200
commit4748386b4e22a5bfe0c4d3f0d65c43f37e09536e (patch)
tree5fc64c585470ea15f93b4168ef846a447e2e0538 /format.sh
parent70dfff41ce5d50264ca419724c038e8acc8df753 (diff)
progress on the allocator
Diffstat (limited to 'format.sh')
-rwxr-xr-xformat.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/format.sh b/format.sh
new file mode 100755
index 0000000..cada96b
--- /dev/null
+++ b/format.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+clang-format -i $(find omni -name "*.h" -o -name "*.c")