aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/examples
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:21:54 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-05 19:21:54 +0200
commitca76478bcb7ec20329b4690ef8dd62662514a849 (patch)
tree76d64f1a0ba8f905eb0dad4547e06da60b1d85af /libglouglou/examples
parentlibglouglou: dnsreverse typo (diff)
downloadglouglou-ca76478bcb7ec20329b4690ef8dd62662514a849.tar.xz
glouglou-ca76478bcb7ec20329b4690ef8dd62662514a849.zip
indent fix, pass 2
no functional change
Diffstat (limited to 'libglouglou/examples')
-rw-r--r--libglouglou/examples/dnsreverse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglouglou/examples/dnsreverse.c b/libglouglou/examples/dnsreverse.c
index 99656ca..7a68d64 100644
--- a/libglouglou/examples/dnsreverse.c
+++ b/libglouglou/examples/dnsreverse.c
@@ -9,8 +9,8 @@
static void _cb_dns(struct in_addr *, char *, void *);
struct event_base *_ev_base;
-char *_name = NULL;
-int _answer = 0;
+char *_name = NULL;
+int _answer = 0;
int
main(int argc, char *argv[])