Commit Diff


commit - df0c2926ccb753d07a3f20f3626a20f7079453ee
commit + 81e0f0007842bc82fe234ffe4e5e0ce362b3a280
blob - b4b238ca07b69abe67881890bc914c2998499f15
blob + d9d07ff1e9c7fe814928fde45c9cbccefe87a241
--- gmid.c
+++ gmid.c
@@ -147,7 +147,7 @@ make_socket(int port, int family)
 	struct sockaddr *addr;
 	socklen_t len;
 
-        switch (family) {
+	switch (family) {
 	case AF_INET:
 		memset(&addr4, 0, sizeof(addr4));
 		addr4.sin_family = family;
@@ -428,7 +428,7 @@ serve(int argc, char **argv, struct imsgbuf *ibuf)
 	struct vhost	*h;
 	struct location	*l;
 
-        if (config_path == NULL) {
+	if (config_path == NULL) {
 		if (hostname == NULL)
 			hostname = "localhost";
 		if (certs_dir == NULL)