summaryrefslogtreecommitdiff
path: root/other/travis/toxcore-script
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-10 13:39:07 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-10 18:57:37 +0000
commit54ec162558f203242639b382eea6e0085300249c (patch)
tree5321d67bbc143ea3caa4e9e9048ffc71e40b0c14 /other/travis/toxcore-script
parenta3079e82ddda90055d7247f000a8e9afa7f8a5c5 (diff)
Fix formatting in some C files.
Also replace &(x) with &x for consistency.
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-xother/travis/toxcore-script4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/travis/toxcore-script b/other/travis/toxcore-script
index df1462de..54ee41a9 100755
--- a/other/travis/toxcore-script
+++ b/other/travis/toxcore-script
@@ -28,9 +28,9 @@ if perl -e '
28 socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1; 28 socket(S, PF_INET6, SOCK_STREAM, 0) || exit 1;
29 bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1; 29 bind(S, pack_sockaddr_in6(0, IN6ADDR_LOOPBACK)) || exit 1;
30'; then 30'; then
31 USE_IPV6=yes 31 USE_IPV6=yes
32else 32else
33 USE_IPV6=no 33 USE_IPV6=no
34fi 34fi
35 35
36 36