From 9998578951df328ae16da51bebca1ee3b6811dd4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Nov 2011 07:49:48 +0000 Subject: * ChangeLog, io.c: whitespace-cleanup. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 167a5adaa8..9b73543d5d 100644 --- a/io.c +++ b/io.c @@ -7925,7 +7925,7 @@ typedef long fcntl_arg_t; typedef int fcntl_arg_t; #endif -static long +static long fcntl_narg_len(int cmd) { long len; @@ -7974,7 +7974,7 @@ fcntl_narg_len(int cmd) #ifdef F_SETOWN case F_SETOWN: len = sizeof(fcntl_arg_t); - break; + break; #endif #ifdef F_GETOWN_EX /* linux specific */ case F_GETOWN_EX: @@ -8045,7 +8045,7 @@ fcntl_narg_len(int cmd) return len; } #else /* HAVE_FCNTL */ -static long +static long fcntl_narg_len(int cmd) { return 0; -- cgit v1.2.3