Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Remove trailing white space.
details: https://anonhg.NetBSD.org/src/rev/54310693e35c
branches: trunk
changeset: 474266:54310693e35c
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Jul 02 15:12:15 1999 +0000
description:
Remove trailing white space.
diffstat:
lib/bumpversion | 4 ++--
lib/checkver | 6 +++---
lib/checkvers | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (66 lines):
diff -r e6581c2a9093 -r 54310693e35c lib/bumpversion
--- a/lib/bumpversion Fri Jul 02 15:11:53 1999 +0000
+++ b/lib/bumpversion Fri Jul 02 15:12:15 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: bumpversion,v 1.6 1998/04/09 05:08:32 fair Exp $
+# $NetBSD: bumpversion,v 1.7 1999/07/02 15:12:15 simonb Exp $
#
# Copyright (c) 1993 Christopher G. Demetriou
# All rights reserved.
@@ -97,7 +97,7 @@
error=1
continue
fi
-
+
. $versf
fi
diff -r e6581c2a9093 -r 54310693e35c lib/checkver
--- a/lib/checkver Fri Jul 02 15:11:53 1999 +0000
+++ b/lib/checkver Fri Jul 02 15:12:15 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: checkver,v 1.7 1999/06/24 14:39:48 christos Exp $
+# $NetBSD: checkver,v 1.8 1999/07/02 15:12:15 simonb Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -61,7 +61,7 @@
# -v: Specify the filename of the shlib_version file. Defaults
# to "./shlib_version".
#
-# This script produces no output if all library version are not
+# This script produces no output if all library version are not
# large than the source version. If an installed library with a
# version greater than the source is found, checkver prints a
# header and a list of the names of the offending installed libraries.
@@ -218,7 +218,7 @@
fi
echo $instlib > /dev/stderr
error=1
- fi
+ fi
done
exit $error
diff -r e6581c2a9093 -r 54310693e35c lib/checkvers
--- a/lib/checkvers Fri Jul 02 15:11:53 1999 +0000
+++ b/lib/checkvers Fri Jul 02 15:12:15 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $NetBSD: checkvers,v 1.3 1999/01/27 05:50:29 erh Exp $
+# $NetBSD: checkvers,v 1.4 1999/07/02 15:12:15 simonb Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -46,7 +46,7 @@
# As with checkver, a list of directories of installed libraries
# may be specified. This will replace the default of "/usr/lib"
# and search there instead.
-#
+#
# A library name may also be specified. However, this script
# will not work correctly if it finds shlib_version files
# corresponding to a different library.
Home |
Main Index |
Thread Index |
Old Index