From 065886a8fcd30f7cb84c1204b1e95e0f58abba12 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 28 Feb 2008 18:47:53 +0000 Subject: fix indentation --- mdk-stage1/stage1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 505bf655c..42604ac79 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -367,11 +367,11 @@ void finish_preparing(void) #ifdef SPAWN_SHELL if (shell_pid != 0) { - int fd; + int fd; kill(shell_pid, 9); fd = open("/dev/tty2", O_RDWR); - write(fd, "Killed\n", 7); - close(fd); + write(fd, "Killed\n", 7); + close(fd); } #endif } -- cgit v1.2.1