From 62e4edc797a284f551e7faa616af06f8c3c24015 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 15 Feb 2013 11:50:03 +1100 Subject: spacing --- openbsd-compat/bsd-misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/bsd-misc.c') diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c index 0cff2e423..ad524b8b7 100644 --- a/openbsd-compat/bsd-misc.c +++ b/openbsd-compat/bsd-misc.c @@ -242,7 +242,8 @@ strdup(const char *str) #endif #ifndef HAVE_ISBLANK -int isblank(int c) +int +isblank(int c) { return (c == ' ' || c == '\t'); } -- cgit v1.2.3