Source-Changes-HG archive

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

[src/trunk]: src/sys/sys change void<space> to void<tab> for device_printf



details:   https://anonhg.NetBSD.org/src/rev/3f21620a4364
branches:  trunk
changeset: 790914:3f21620a4364
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Oct 26 18:31:29 2013 +0000

description:
change void<space> to void<tab> for device_printf

diffstat:

 sys/sys/systm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a35cb9c05638 -r 3f21620a4364 sys/sys/systm.h
--- a/sys/sys/systm.h   Sat Oct 26 18:28:15 2013 +0000
+++ b/sys/sys/systm.h   Sat Oct 26 18:31:29 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: systm.h,v 1.258 2013/03/18 13:36:23 para Exp $ */
+/*     $NetBSD: systm.h,v 1.259 2013/10/26 18:31:29 matt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1988, 1991, 1993
@@ -185,7 +185,7 @@
 void   aprint_verbose(const char *, ...) __printflike(1, 2);
 void   aprint_debug(const char *, ...) __printflike(1, 2);
 
-void device_printf(device_t, const char *fmt, ...) __printflike(2, 3);
+void   device_printf(device_t, const char *fmt, ...) __printflike(2, 3);
 
 void   aprint_normal_dev(device_t, const char *, ...) __printflike(2, 3);
 void   aprint_error_dev(device_t, const char *, ...) __printflike(2, 3);



Home | Main Index | Thread Index | Old Index