summaryrefslogtreecommitdiffhomepage
path: root/run_format.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_format.sh')
-rwxr-xr-xrun_format.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run_format.sh b/run_format.sh
index 7e7189a0..bd8dc9bf 100755
--- a/run_format.sh
+++ b/run_format.sh
@@ -15,6 +15,3 @@ echo -e "Files found to format = \n\"\"\"\n$FILE_LIST\n\"\"\""
# of as a new-line separated list of *many* file names!
clang-format --verbose -i --style=file $FILE_LIST
-foreach i ( $FILE_LIST )
- ./camel_2_snake.py i
-end