Module Name:    src
Committed By:   yamt
Date:           Sat Feb  5 13:51:56 UTC 2011

Modified Files:
        src/lib/librumpuser: rumpuser_pth.c

Log Message:
fix indent.  no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/librumpuser/rumpuser_pth.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librumpuser/rumpuser_pth.c
diff -u src/lib/librumpuser/rumpuser_pth.c:1.6 src/lib/librumpuser/rumpuser_pth.c:1.7
--- src/lib/librumpuser/rumpuser_pth.c:1.6	Wed Dec  1 17:22:51 2010
+++ src/lib/librumpuser/rumpuser_pth.c	Sat Feb  5 13:51:56 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: rumpuser_pth.c,v 1.6 2010/12/01 17:22:51 pooka Exp $	*/
+/*	$NetBSD: rumpuser_pth.c,v 1.7 2011/02/05 13:51:56 yamt Exp $	*/
 
 /*
  * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
@@ -27,7 +27,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: rumpuser_pth.c,v 1.6 2010/12/01 17:22:51 pooka Exp $");
+__RCSID("$NetBSD: rumpuser_pth.c,v 1.7 2011/02/05 13:51:56 yamt Exp $");
 #endif /* !lint */
 
 #ifdef __linux__
@@ -58,7 +58,7 @@
 	if (fail_rv) {							\
 		printf("panic: rumpuser fatal failure %d (%s)\n",	\
 		    fail_rv, strerror(fail_rv));			\
-		    abort();						\
+		abort();						\
 	}								\
 } while (/*CONSTCOND*/0)
 

Reply via email to