Source-Changes-HG archive

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

[src/trunk]: src/sys/sys fix whitespace



details:   https://anonhg.NetBSD.org/src/rev/d6af2e155d74
branches:  trunk
changeset: 447330:d6af2e155d74
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Jan 07 22:05:50 2019 +0000

description:
fix whitespace

diffstat:

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

diffs (18 lines):

diff -r f89cec4daf0b -r d6af2e155d74 sys/sys/param.h
--- a/sys/sys/param.h   Mon Jan 07 22:00:30 2019 +0000
+++ b/sys/sys/param.h   Mon Jan 07 22:05:50 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.576 2019/01/07 22:00:33 jdolecek Exp $     */
+/*     $NetBSD: param.h,v 1.577 2019/01/07 22:05:50 jdolecek Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -181,7 +181,7 @@
 #endif
 
 #ifndef MAXPHYS
-#define        MAXPHYS         (64 * 1024)     /* max raw I/O transfer size */
+#define        MAXPHYS         (64 * 1024)             /* max raw I/O transfer size */
 #endif
 
 /* pages ("clicks") to disk blocks */



Home | Main Index | Thread Index | Old Index