From 7597b0c1e64a02f09cd1bfc00104a98679bac1c9 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 5 Feb 2011 13:51:56 +0000 Subject: [PATCH] fix indent. no functional changes. --- lib/librumpuser/rumpuser_pth.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/librumpuser/rumpuser_pth.c b/lib/librumpuser/rumpuser_pth.c index b95dda4948ff..d558364ff1bd 100644 --- a/lib/librumpuser/rumpuser_pth.c +++ b/lib/librumpuser/rumpuser_pth.c @@ -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 #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 @@ do { \ if (fail_rv) { \ printf("panic: rumpuser fatal failure %d (%s)\n", \ fail_rv, strerror(fail_rv)); \ - abort(); \ + abort(); \ } \ } while (/*CONSTCOND*/0)