summaryrefslogtreecommitdiff
path: root/deno2/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-10 13:17:04 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-10 13:17:06 +0200
commita6880dad6534ee9e1637c5098698cf32a4f1527e (patch)
treea2550c4d6602068e60634eb5f85bab70625611d0 /deno2/tools
parent12cded8af624bf15ce46bd82c6ae576daf0f0aad (diff)
make_snapshot should be private
Now deno.h doesn't export v8.h and is self contained.
Diffstat (limited to 'deno2/tools')
-rwxr-xr-xdeno2/tools/format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/tools/format.sh b/deno2/tools/format.sh
index e4fe09f82..25c9f4a89 100755
--- a/deno2/tools/format.sh
+++ b/deno2/tools/format.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd `dirname "$0"`/..
-clang-format -i -style Google *.cc *.h
+clang-format -i -style Google *.cc *.h include/*.h
gn format BUILD.gn
gn format .gn
yapf -i tools/*.py