summaryrefslogtreecommitdiff
path: root/format-code.sh
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2021-10-17 19:29:19 -0700
committerGitHub <[email protected]>2021-10-17 19:29:19 -0700
commit6b244a5d3be7811f16c312905c1c7fee137ac7a4 (patch)
treee82f15238e79a03f3cc2435d4f9bb48d5023e8ae /format-code.sh
parentda0aef2e38148fb4da2d078de793159b786aee2d (diff)
parent84c6cf45131e42b1a724ebf7977987a9ddb70db9 (diff)
Merge pull request #237 from VijayKandiah/dev
AccelWattch v1.0 Integration into Dev
Diffstat (limited to 'format-code.sh')
-rwxr-xr-xformat-code.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/format-code.sh b/format-code.sh
index 9f47085..ac753f0 100755
--- a/format-code.sh
+++ b/format-code.sh
@@ -8,5 +8,5 @@ clang-format -i ${THIS_DIR}/src/gpgpu-sim/*.h
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 \ No newline at end of file
+clang-format -i ${THIS_DIR}/src/accelwattch/*.h
+clang-format -i ${THIS_DIR}/src/accelwattch/*.cc \ No newline at end of file