diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-09-26 16:30:38 -1000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-03-19 15:50:29 -0400 |
commit | 3319050ec2e58442a4feb9288f36db76f5265a0a (patch) | |
tree | 05355b2f907de24654cf1c27b93d2d3e3ef0dd8e | |
parent | c4c3bd478fd00208219542657a595098130a56fa (diff) | |
download | initscripts-3319050ec2e58442a4feb9288f36db76f5265a0a.tar initscripts-3319050ec2e58442a4feb9288f36db76f5265a0a.tar.gz initscripts-3319050ec2e58442a4feb9288f36db76f5265a0a.tar.bz2 initscripts-3319050ec2e58442a4feb9288f36db76f5265a0a.tar.xz initscripts-3319050ec2e58442a4feb9288f36db76f5265a0a.zip |
Remove unnecessary tab.
-rw-r--r-- | src/ipcalc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcalc.c b/src/ipcalc.c index c7b11d77..82afa75f 100644 --- a/src/ipcalc.c +++ b/src/ipcalc.c @@ -423,7 +423,7 @@ int main(int argc, const char **argv) { printf("NETWORK=%s\n", namebuf); } - if (showHostname) { + if (showHostname) { if ((hostName = (char *) get_hostname(ip)) == NULL) { if (!beSilent) { sprintf(errBuf, "ipcalc: cannot find hostname for %s", ipStr); |