From 4fee6a5652f609cb68cdbd9049d4da7a194f15f8 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 4 Jan 2010 02:01:36 +0100 Subject: Fix indentation * user.c (WriteCheckIdentity): Prepend `\t' before calling WriteMsgError. --- user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user.c') diff --git a/user.c b/user.c index cccaeec..7b714c4 100644 --- a/user.c +++ b/user.c @@ -683,7 +683,7 @@ WriteCheckIdentity(FILE *file, const routine_t *rt) { fprintf(file, "\tif (OutP->Head.msgh_id != %d) {\n", rt->rtNumber + SubsystemBase + 100); - fprintf(file, "\t\tif (OutP->Head.msgh_id == MACH_NOTIFY_SEND_ONCE)\n"); + fprintf(file, "\t\tif (OutP->Head.msgh_id == MACH_NOTIFY_SEND_ONCE)\n\t"); WriteMsgError(file, rt, "MIG_SERVER_DIED"); fprintf(file, "\t\telse {\n"); fprintf(file, "\t\t\t%smig_dealloc_reply_port(%s);\n\t", -- cgit v1.2.3