summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2012-04-18 13:50:17 +0000
committertrasz <trasz@FreeBSD.org>2012-04-18 13:50:17 +0000
commit58e08d00aba40aa9ca94b89dfc655297456baa6d (patch)
treedf8d94424d78c3c872dfc3016b72f27561d30b60 /sbin/growfs
parent2a2a4b066899408016288adeb7cfea451d57e4f3 (diff)
downloadFreeBSD-src-58e08d00aba40aa9ca94b89dfc655297456baa6d.zip
FreeBSD-src-58e08d00aba40aa9ca94b89dfc655297456baa6d.tar.gz
Style.
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/growfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c
index 15defe9..7d04345 100644
--- a/sbin/growfs/growfs.c
+++ b/sbin/growfs/growfs.c
@@ -1235,7 +1235,7 @@ charsperline(void)
columns = 80; /* last resort */
DBG_LEAVE;
- return columns;
+ return (columns);
}
/*
@@ -1526,7 +1526,7 @@ main(int argc, char **argv)
DBG_CLOSE;
DBG_LEAVE;
- return 0;
+ return (0);
}
/*
OpenPOWER on IntegriCloud