summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 08:29:07 +0000
commitbb2ad2880bc60129e56a6ddbd15fe918cff834d2 (patch)
treedf4d58dbb04d4c3caaef0cd6a8c16a453481faf5 /release/sysinstall/tcpip.c
parentc86f0c7a71e7ade3e38b325c186a9cf374e0411e (diff)
downloadFreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.zip
FreeBSD-src-bb2ad2880bc60129e56a6ddbd15fe918cff834d2.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 22c3294..ea2cf3e 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.27 1995/05/29 11:01:41 jkh Exp $
+ * $Id: tcpip.c,v 1.28 1995/05/29 12:32:41 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -8,8 +8,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
@@ -206,7 +206,7 @@ tcpOpenDialog(Device *devp)
/* Initialise vars from previous device values */
if (devp->private) {
DevInfo *di = (DevInfo *)devp->private;
-
+
strcpy(ipaddr, di->ipaddr);
strcpy(netmask, di->netmask);
strcpy(extras, di->extras);
@@ -265,7 +265,7 @@ tcpOpenDialog(Device *devp)
last = obj;
while (last->next)
last = last->next;
-
+
/* Find the first object in the list */
first = obj;
while (first->prev)
@@ -371,7 +371,7 @@ tcpOpenDialog(Device *devp)
default:
beep();
}
-
+
/* BODGE ALERT! */
if (((tmp = index(hostname, '.')) != NULL) && (strlen(domainname)==0)) {
strncpy(domainname, tmp + 1, strlen(tmp + 1));
@@ -384,7 +384,7 @@ tcpOpenDialog(Device *devp)
dialog_clear();
refresh();
use_helpfile(NULL);
-
+
/* We actually need to inform the rest of sysinstall about this
data now - if the user hasn't selected cancel, save the stuff
out to the environment via the variable_set layers */
OpenPOWER on IntegriCloud