diff options
| author | Aaron Barnes <[email protected]> | 2021-05-13 11:39:33 -0400 |
|---|---|---|
| committer | Aaron Barnes <[email protected]> | 2021-05-13 11:39:33 -0400 |
| commit | db1019769b9fb8776f3934e9ba5fd47437a5cee5 (patch) | |
| tree | f54064610bb92d37002149ed1a3b6eb493f0ee69 | |
| parent | 92c814a49dc98e282a46031543d289426dc04b00 (diff) | |
rm old dirs in format-code.sh
| -rwxr-xr-x | format-code.sh | 5 |
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 |
