aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-09-26 16:30:38 -1000
committerHarald Hoyer <harald@redhat.com>2010-09-13 17:27:21 +0200
commitf085cdfdc0d67fe240c23e75d14dce6534d36c8a (patch)
treed2fad5928528dbbe9fcd76fe4cae8aae6b1f1d8f
parente921ac88353159dee451f7c0094fca95a9b2bb56 (diff)
downloadinitscripts-f085cdfdc0d67fe240c23e75d14dce6534d36c8a.tar
initscripts-f085cdfdc0d67fe240c23e75d14dce6534d36c8a.tar.gz
initscripts-f085cdfdc0d67fe240c23e75d14dce6534d36c8a.tar.bz2
initscripts-f085cdfdc0d67fe240c23e75d14dce6534d36c8a.tar.xz
initscripts-f085cdfdc0d67fe240c23e75d14dce6534d36c8a.zip
Remove unnecessary tab.
-rw-r--r--src/ipcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcalc.c b/src/ipcalc.c
index c7ede522..1c4c9331 100644
--- a/src/ipcalc.c
+++ b/src/ipcalc.c
@@ -417,7 +417,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);