From 977267c2e0218d6b182807ddf9b7c1d929c40bed Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Apr 2010 08:04:13 +0000 Subject: * ext/**/*.[ch]: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/fcntl/fcntl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/fcntl') diff --git a/ext/fcntl/fcntl.c b/ext/fcntl/fcntl.c index fdb9f82b1e..b0992f30d8 100644 --- a/ext/fcntl/fcntl.c +++ b/ext/fcntl/fcntl.c @@ -42,7 +42,7 @@ pack up your own arguments to pass as args for locking functions, etc. * Documented by mathew * * = Usage - * + * * To perform a fcntl(2) operation, use IO::fcntl in the core classes. * * To perform an open(2) operation, use IO::sysopen. @@ -99,10 +99,10 @@ pack up your own arguments to pass as args for locking functions, etc. * - O_ACCMODE - mask to extract read/write flags. * * Example: - * + * * require 'fcntl' * - * fd = IO::sysopen('/tmp/tempfile', + * fd = IO::sysopen('/tmp/tempfile', * Fcntl::O_WRONLY | Fcntl::O_EXCL | Fcntl::O_CREAT) * f = IO.open(fd) * f.syswrite("TEMP DATA") -- cgit v1.2.1