Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern kill empty line
details: https://anonhg.NetBSD.org/src/rev/e6a1038759a5
branches: trunk
changeset: 336650:e6a1038759a5
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 08 17:49:08 2015 +0000
description:
kill empty line
diffstat:
sys/kern/makesyscalls.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 18db37d8fb4d -r e6a1038759a5 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Sun Mar 08 17:15:58 2015 +0000
+++ b/sys/kern/makesyscalls.sh Sun Mar 08 17:49:08 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makesyscalls.sh,v 1.149 2015/03/08 15:07:05 christos Exp $
+# $NetBSD: makesyscalls.sh,v 1.150 2015/03/08 17:49:08 christos Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -784,9 +784,9 @@
}
# output syscall switch entry
- printf("\t{\n\t\t") > sysent
+ printf("\t{") > sysent
if (argc != 0) {
- printf("ns(struct %s%s_args),", compatwrap_, funcname) > sysent
+ printf("\n\t\tns(struct %s%s_args),", compatwrap_, funcname) > sysent
}
if (modular)
wfn = "sys_nomodule";
Home |
Main Index |
Thread Index |
Old Index