summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
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 157f0fec..47a4a420 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -20,8 +20,8 @@ if ! which "$ASTYLE"; then
20 exit 1 20 exit 1
21fi 21fi
22 22
23if [ -f ../apidsl/_build/apigen.native ]; then 23if [ -f ../apidsl/apigen.native ]; then
24 APIDSL=../apidsl/_build/apigen.native 24 APIDSL=../apidsl/apigen.native
25else 25else
26 APIDSL=apidsl_curl 26 APIDSL=apidsl_curl
27fi 27fi