summaryrefslogtreecommitdiffhomepage
path: root/run_format.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-14 14:27:40 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-14 14:27:40 +0200
commit3b30e6eaabd1f62c71acb4c50df3395231ef26d5 (patch)
treeaa11d579a1de4925921175a63d76f1c0bb0420a7 /run_format.sh
parentd24165ef3361e00036a96ddb2ee706a7e61d3def (diff)
IMP: Reverted changes, remove camel_2_snake.py
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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