fixed indentation

This commit is contained in:
Todd C. Miller
1995-04-13 17:54:17 +00:00
parent b4f1460d61
commit d562e7ff71

6
sudo.c
View File

@@ -602,11 +602,11 @@ static void load_interfaces()
/* so we can skip localhost and its ilk */
localhost_mask = inet_addr("127.0.0.0");
#ifdef _ISC
#ifdef _ISC
sock = socket(AF_INET, SOCK_STREAM, 0);
#else
#else
sock = socket(AF_INET, SOCK_DGRAM, 0);
#endif /* _ISC */
#endif /* _ISC */
if (sock < 0) {
perror("socket");
exit(1);