aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/dist.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
commite5370bd7fea519cd9716c9c78ff7b1d06a52dac4 (patch)
treedf4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /usr.sbin/sysinstall/dist.c
parent9b2e535452929d6f2f798a2c01b23b1f547a0b0f (diff)
downloadsrc-e5370bd7fea519cd9716c9c78ff7b1d06a52dac4.tar.gz
src-e5370bd7fea519cd9716c9c78ff7b1d06a52dac4.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8881
Diffstat (limited to 'usr.sbin/sysinstall/dist.c')
-rw-r--r--usr.sbin/sysinstall/dist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index ad91eb863e28..f01c5b54e18a 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.33 1995/05/29 13:37:42 jkh Exp $
+ * $Id: dist.c,v 1.34 1995/05/29 14:38:31 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -13,8 +13,8 @@
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer,
- * verbatim and that no modifications are made prior to this
+ * notice, this list of conditions and the following disclaimer,
+ * verbatim and that no modifications are made prior to this
* point in the file.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
@@ -268,7 +268,7 @@ distExtract(char *parent, Distribution *me)
msgConfirm("Cannot load information file for %s distribution!\nPlease verify that your media is valid and try again.", dist);
return FALSE;
}
-
+
if (isDebug())
msgDebug("Looking for attribute `pieces'\n");
tmp = attr_match(dist_attr, "pieces");