summaryrefslogtreecommitdiff
path: root/format-code.sh
diff options
context:
space:
mode:
Diffstat (limited to 'format-code.sh')
-rwxr-xr-xformat-code.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/format-code.sh b/format-code.sh
index fb1cc90..9f47085 100755
--- a/format-code.sh
+++ b/format-code.sh
@@ -9,7 +9,4 @@ clang-format -i ${THIS_DIR}/src/gpgpu-sim/*.cc
clang-format -i ${THIS_DIR}/src/cuda-sim/*.h
clang-format -i ${THIS_DIR}/src/cuda-sim/*.cc
clang-format -i ${THIS_DIR}/src/gpuwattch/*.h
-clang-format -i ${THIS_DIR}/src/gpuwattch/*.cc
-clang-format -i ${THIS_DIR}/src/trace-driven/*.h
-clang-format -i ${THIS_DIR}/src/trace-driven/*.cc
-clang-format -i ${THIS_DIR}/src/trace-driven/ISA_Def/*.h
+clang-format -i ${THIS_DIR}/src/gpuwattch/*.cc \ No newline at end of file