summaryrefslogtreecommitdiff
path: root/format-code.sh
diff options
context:
space:
mode:
Diffstat (limited to 'format-code.sh')
-rwxr-xr-xformat-code.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/format-code.sh b/format-code.sh
index ac753f0..acd33ab 100755
--- a/format-code.sh
+++ b/format-code.sh
@@ -1,5 +1,6 @@
# This bash script formats GPGPU-Sim using clang-format
THIS_DIR="$( cd "$( dirname "$BASH_SOURCE" )" && pwd )"
+echo "Running clang-format on $THIS_DIR"
clang-format -i ${THIS_DIR}/libcuda/*.h
clang-format -i ${THIS_DIR}/libcuda/*.cc
clang-format -i ${THIS_DIR}/src/*.h