From ad8bf1a829b1742277b25caf181eec6d6688f1d5 Mon Sep 17 00:00:00 2001
From: Fredrik Thulin <fredrik@thulin.net>
Date: Wed, 19 Dec 2012 15:56:15 +0100
Subject: [PATCH] indent

---
 gck-rpc-daemon-standalone.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gck-rpc-daemon-standalone.c b/gck-rpc-daemon-standalone.c
index 563f83f..ae10932 100644
--- a/gck-rpc-daemon-standalone.c
+++ b/gck-rpc-daemon-standalone.c
@@ -232,9 +232,9 @@ int main(int argc, char *argv[])
 	   if (sock == -1)
 		   exit(1);
 
-	/* Shut down gracefully on SIGTERM. */
-	if (signal (SIGTERM, termination_handler) == SIG_IGN)
-		signal (SIGTERM, SIG_IGN);
+	   /* Shut down gracefully on SIGTERM. */
+	   if (signal (SIGTERM, termination_handler) == SIG_IGN)
+		   signal (SIGTERM, SIG_IGN);
 
 	   is_running = 1;
 	   while (is_running) {
-- 
GitLab