summaryrefslogtreecommitdiff
path: root/toxdns/toxdns.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-09 13:46:41 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-12 01:00:00 +0100
commit459f8f201393ac458445aebbd14c45bf4d6f5912 (patch)
tree67c7eb3c6338f701cdbd3fae808b45fa126fcd74 /toxdns/toxdns.c
parent8339e3449f41f5d6edd16a8657f7faa84040fdc3 (diff)
Check code formatting on Travis.
We run astyle on Travis and check if there is a diff. The build terminates if git finds a difference.
Diffstat (limited to 'toxdns/toxdns.c')
-rw-r--r--toxdns/toxdns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxdns/toxdns.c b/toxdns/toxdns.c
index 1fbf4a00..a435eee5 100644
--- a/toxdns/toxdns.c
+++ b/toxdns/toxdns.c
@@ -43,7 +43,7 @@ uint8_t i = 0; \
43 i++; \ 43 i++; \
44 } \ 44 } \
45 } \ 45 } \
46} \ 46}
47 47
48typedef struct { 48typedef struct {
49 uint8_t temp_pk[crypto_box_PUBLICKEYBYTES]; 49 uint8_t temp_pk[crypto_box_PUBLICKEYBYTES];