summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-19 00:09:49 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-19 21:00:19 +0000
commitc4a734e30462d59d7f9bfe4a865b33936907e0d5 (patch)
tree1066d8802a0889de0c0fd920e5b848968c386084 /other/astyle
parent097f41f26467249a9b3016dde9151871ae0de501 (diff)
Remove apidsl from the build.
apidsl is in feature freeze. We can rely on the web service, instead.
Diffstat (limited to 'other/astyle')
-rwxr-xr-xother/astyle/format-source4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index cf190982..e558149a 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -3,8 +3,8 @@
3set -e 3set -e
4 4
5SOURCE_DIR="$1" 5SOURCE_DIR="$1"
6APIDSL="$2" 6ASTYLE="$2"
7ASTYLE="$3" 7APIDSL="$3"
8 8
9# Go to the source root. 9# Go to the source root.
10if [ -z "$SOURCE_DIR" ]; then 10if [ -z "$SOURCE_DIR" ]; then