diff options
author | Faris Amali Alis <faris@starchild.my> | 2018-07-06 15:19:19 +0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-06 03:19:19 -0400 |
commit | bfe08aa4629ee2834ac5c7eaea4db164db1e66ae (patch) | |
tree | 4577e972fe3235faeb10bec19e73e5764759eee6 /tools/format.sh | |
parent | 1f6f2f5cae4b410f671bcaf2a374f2493075c42d (diff) |
Rename deno.cc to binding.cc and other renames (#339)
Fixes #336
Diffstat (limited to 'tools/format.sh')
-rwxr-xr-x | tools/format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.sh b/tools/format.sh index 2845ecd64..f0c7ec0a1 100755 --- a/tools/format.sh +++ b/tools/format.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e cd `dirname "$0"`/.. -clang-format -i -style Google src/*.cc src/*.h src/include/*.h +clang-format -i -style Google src/*.cc src/*.h gn format BUILD.gn gn format deno.gni |