aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/arith.h
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2003-09-04 18:28:42 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2003-09-04 18:28:42 +0000
commitde7112e1bae6c3e9b45d3f94f3ca7deb21d6346f (patch)
tree439da7265f5b255a08b36fdfd9bcdcef2c6b1f2d /bin/sh/arith.h
parent43bf41ebf5605a7809d04d8bcc60a22e25a4bc02 (diff)
downloadsrc-de7112e1bae6c3e9b45d3f94f3ca7deb21d6346f.tar.gz
src-de7112e1bae6c3e9b45d3f94f3ca7deb21d6346f.zip
Style cleanup, mostly
Requested by: bde
Notes
Notes: svn path=/head/; revision=119746
Diffstat (limited to 'bin/sh/arith.h')
-rw-r--r--bin/sh/arith.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith.h b/bin/sh/arith.h
index 45161c1ba00e..ab9a848589be 100644
--- a/bin/sh/arith.h
+++ b/bin/sh/arith.h
@@ -34,6 +34,6 @@
* $FreeBSD$
*/
-int arith_assign(char *, arith_t);
int arith(char *);
-int expcmd(int , char **);
+int arith_assign(char *, arith_t);
+int expcmd(int, char **);