From 5d152d70ebebc25171c566f34e1676279f4d92f4 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 16 Jul 2009 22:56:59 -0700 Subject: [PATCH] Indent --- kdc/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/main.c b/kdc/main.c index e5dd4788d..182558c0d 100644 --- a/kdc/main.c +++ b/kdc/main.c @@ -62,7 +62,7 @@ switch_environment(void) errx(1, "no running as root, can't switch user/chroot"); if (chroot_string && chroot(chroot_string) != 0) - errx(1, "chroot(%s)", "chroot_string failed"); + errx(1, "chroot(%s)", "chroot_string failed"); if (runas_string) { struct passwd *pw;