[git commit] getty: tweak style, no code changes

Denys Vlasenko vda.linux at googlemail.com
Sun Sep 2 11:57:49 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=41f7885f06612edcd525782f7ce3e75bd9a0d787
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/getty.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/loginutils/getty.c b/loginutils/getty.c
index f9b8bac..e5d13be 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -548,8 +548,7 @@ int getty_main(int argc UNUSED_PARAM, char **argv)
 		 * a session leader - which is quite possible for getty!
 		 */
 		pid = getpid();
-		if (getsid(0) != pid)
-		{
+		if (getsid(0) != pid) {
 			//for debugging:
 			//bb_perror_msg_and_die("setsid failed:"
 			//	" pid %d ppid %d"


More information about the busybox-cvs mailing list