summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-12 07:49:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-12 07:49:48 +0000
commit9998578951df328ae16da51bebca1ee3b6811dd4 (patch)
tree771fa8bcf43f58e9bab4c0bb6e34ae1814a07e94 /io.c
parentdf2e1f85d2192be61eb5a8f8cb9663f47769101b (diff)
* ChangeLog, io.c: whitespace-cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c6
1 files changed, 3 insertions, 3 deletions
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;