diff options
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 |