From 58e08d00aba40aa9ca94b89dfc655297456baa6d Mon Sep 17 00:00:00 2001 From: trasz Date: Wed, 18 Apr 2012 13:50:17 +0000 Subject: [PATCH] Style. --- sbin/growfs/growfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index 15defe981a2a..7d04345111d5 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); } /*