about summary refs log tree commit diff
path: root/mgenmid.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-08-31 17:30:17 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-08-31 17:30:17 +0200
commit66d0eff12fdf31e520493e7c2accb95410dcaec2 (patch)
treef67b59076967ec441daaf7e7c40c1d502a9136bd /mgenmid.c
parentdfe09a7c5e3a2273f963d53432ef1686b34547db (diff)
downloadmblaze-66d0eff12fdf31e520493e7c2accb95410dcaec2.tar.gz
mblaze-66d0eff12fdf31e520493e7c2accb95410dcaec2.tar.xz
mblaze-66d0eff12fdf31e520493e7c2accb95410dcaec2.zip
style
Diffstat (limited to 'mgenmid.c')
-rw-r--r--mgenmid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgenmid.c b/mgenmid.c
index 655df95..a578bcc 100644
--- a/mgenmid.c
+++ b/mgenmid.c
@@ -44,8 +44,8 @@ int main()
 		hostbuf[sizeof hostbuf - 1] = 0;
 
 		struct addrinfo hints = { .ai_family = AF_UNSPEC,
-					  .ai_socktype = SOCK_STREAM,
-					  .ai_flags = AI_CANONNAME };
+			                  .ai_socktype = SOCK_STREAM,
+			                  .ai_flags = AI_CANONNAME };
 		struct addrinfo *info;
 		if (getaddrinfo(hostbuf, 0, &hints, &info) == 0) {
 			// sanity checks: no (null), at least one dot,
@@ -81,7 +81,7 @@ int main()
 		    " or add a FQDN to /etc/hosts.\n");
 		exit(1);
 	}
-		
+
 	struct timeval tp;
 	gettimeofday(&tp, (struct timezone *)0);