]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
rcmd.c: Fix indentation in last commit
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 18 Apr 2023 13:47:40 +0000 (09:47 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 18 Apr 2023 13:47:40 +0000 (09:47 -0400)
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
inet/rcmd.c

index c1cd9daeb52b754287e595270ddd96125ec42a72..dcf4f4ffd119f15c664718d574bf4dc35bc23901 100644 (file)
@@ -562,7 +562,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
          are protected read/write owner only.  */
        uid = __geteuid ();
        if (seteuid (pwd->pw_uid) < 0)
-              return -1;
+        return -1;
 
        hostf = iruserfopen (pbuf, pwd->pw_uid);
 
@@ -573,7 +573,7 @@ ruserok2_sa (struct sockaddr *ra, size_t ralen, int superuser,
         }
 
        if (seteuid (uid) < 0)
-              return -1;
+        return -1;
        return isbad;
     }
   return -1;