diff options
author | hop311 <hop3114@gmail.com> | 2024-08-11 00:40:07 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-08-14 00:07:46 +0200 |
commit | 7e05aaccf0e13299702ddeed17661831c3ddc692 (patch) | |
tree | b85022a240a4a24c0ee0fd44cd59ff6bc112c18f /clang-format.sh | |
parent | 9f9c5844bfedc5e366a35cdba386027fb9f3a14a (diff) |
Assorted minor fixes (clang-format.sh shebang, parse national foci scripts, factor song chance, update openvic-dataloader)assorted-fixes
Diffstat (limited to 'clang-format.sh')
-rw-r--r-- | clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-format.sh b/clang-format.sh index 3af256e..e4509e8 100644 --- a/clang-format.sh +++ b/clang-format.sh @@ -1,4 +1,4 @@ -#/usr/bin/env bash +#!/usr/bin/env bash echo "\n\nFormatting openvic-simulation with clang-format:\n" find ./src/ -iname *.hpp -o -iname *.cpp | xargs clang-format --verbose -i |