Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/emips/stand/common Fix wrong indent.



details:   https://anonhg.NetBSD.org/src/rev/bc3c8fad20ad
branches:  trunk
changeset: 343558:bc3c8fad20ad
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Feb 14 18:05:31 2016 +0000

description:
Fix wrong indent.

diffstat:

 sys/arch/emips/stand/common/printf.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 7650a11342eb -r bc3c8fad20ad sys/arch/emips/stand/common/printf.c
--- a/sys/arch/emips/stand/common/printf.c      Sun Feb 14 18:04:47 2016 +0000
+++ b/sys/arch/emips/stand/common/printf.c      Sun Feb 14 18:05:31 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: printf.c,v 1.6 2016/02/14 18:04:47 dholland Exp $      */
+/*     $NetBSD: printf.c,v 1.7 2016/02/14 18:05:31 dholland Exp $      */
 /*-
  * Copyright (c) 1998 Robert Nordier
  * All rights reserved.
@@ -73,9 +73,9 @@
                                        *s++ = hex[u & 0xfu];
                                while (u >>= 4);
                                goto dumpbuf;
-            case 0:
-               va_end(ap);
-                return;
+                       case 0:
+                               va_end(ap);
+                               return;
                        }
                }
                xputchar(c);



Home | Main Index | Thread Index | Old Index