Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser fix indent. no functional changes.
details: https://anonhg.NetBSD.org/src/rev/fdc22ca2dabd
branches: trunk
changeset: 761692:fdc22ca2dabd
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Feb 05 13:51:56 2011 +0000
description:
fix indent. no functional changes.
diffstat:
lib/librumpuser/rumpuser_pth.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bb65e0b23f71 -r fdc22ca2dabd lib/librumpuser/rumpuser_pth.c
--- a/lib/librumpuser/rumpuser_pth.c Sat Feb 05 13:50:08 2011 +0000
+++ b/lib/librumpuser/rumpuser_pth.c Sat Feb 05 13:51:56 2011 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index