diff options
author | iphydf <iphydf@users.noreply.github.com> | 2018-01-10 13:39:07 +0000 |
---|---|---|
committer | iphydf <iphydf@users.noreply.github.com> | 2018-01-10 18:57:37 +0000 |
commit | 54ec162558f203242639b382eea6e0085300249c (patch) | |
tree | 5321d67bbc143ea3caa4e9e9048ffc71e40b0c14 /other/travis/toxcore-script | |
parent | a3079e82ddda90055d7247f000a8e9afa7f8a5c5 (diff) |
Fix formatting in some C files.
Also replace &(x) with &x for consistency.
Diffstat (limited to 'other/travis/toxcore-script')
-rwxr-xr-x | other/travis/toxcore-script | 4 |
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 |
32 | else | 32 | else |
33 | USE_IPV6=no | 33 | USE_IPV6=no |
34 | fi | 34 | fi |
35 | 35 | ||
36 | 36 | ||