summaryrefslogtreecommitdiff
path: root/other/astyle
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-08-01 23:02:13 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-08-16 21:01:43 +0000
commitd6d305feeb76735ee4b4e14c6bca737a5482bc19 (patch)
tree99005c635a452245006b3b5de44f1dd80da9f77f /other/astyle
parent54066f338f185f2fbd6694d9a4877f42cbfa21c8 (diff)
Use per-instance `Mono_Time` for Messenger and onion.
Diffstat (limited to 'other/astyle')
-rwxr-xr-xother/astyle/format-source4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/astyle/format-source b/other/astyle/format-source
index 5b560622..5e139d89 100755
--- a/other/astyle/format-source
+++ b/other/astyle/format-source
@@ -36,11 +36,13 @@ apidsl_curl() {
36 36
37# Check if apidsl generated sources are up to date. 37# Check if apidsl generated sources are up to date.
38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h & 38$APIDSL toxcore/crypto_core.api.h > toxcore/crypto_core.h &
39$APIDSL toxcore/ping.api.h > toxcore/ping.h &
40$APIDSL toxcore/ping_array.api.h > toxcore/ping_array.h &
39$APIDSL toxcore/tox.api.h > toxcore/tox.h & 41$APIDSL toxcore/tox.api.h > toxcore/tox.h &
40$APIDSL toxav/toxav.api.h > toxav/toxav.h & 42$APIDSL toxav/toxav.api.h > toxav/toxav.h &
41$APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h & 43$APIDSL toxencryptsave/toxencryptsave.api.h > toxencryptsave/toxencryptsave.h &
42 44
43wait; wait; wait; wait 45wait; wait; wait; wait; wait; wait
44 46
45if grep '<unresolved>' */*.h; then 47if grep '<unresolved>' */*.h; then
46 echo "error: some apidsl references were unresolved" 48 echo "error: some apidsl references were unresolved"