Skip to content

Commit

Permalink
remove an extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
riham committed Sep 3, 2008
1 parent d4e1fe4 commit f9da640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/eventmachine.rb
Expand Up @@ -254,7 +254,7 @@ def EventMachine::run_without_threads &block
EventMachine::run(&block)
end

# #add a no-op implementation to epoll
# add a no-op implementation to epoll
def epoll
end

Expand Down Expand Up @@ -297,7 +297,6 @@ def epoll
#--
# Changed 04Oct06: We now pass the interval as an integer number of milliseconds.
#

def EventMachine::add_timer *args, &block
interval = args.shift
code = args.shift || block
Expand Down

0 comments on commit f9da640

Please sign in to comment.