From 229286be544e76771d2a64637b3c692e51cbd878 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 May 2018 06:27:05 +0000 Subject: quiet mismatched indentation warnings Ruby trunk started warning about more mismatched indentations starting around r62836. --- lib/rainbows/xepoll_thread_spawn/client.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/rainbows/xepoll_thread_spawn/client.rb') diff --git a/lib/rainbows/xepoll_thread_spawn/client.rb b/lib/rainbows/xepoll_thread_spawn/client.rb index 218db3e..8eebbb0 100644 --- a/lib/rainbows/xepoll_thread_spawn/client.rb +++ b/lib/rainbows/xepoll_thread_spawn/client.rb @@ -84,8 +84,8 @@ module Rainbows::XEpollThreadSpawn::Client def handle_error(e) super - ensure - closed? or close + ensure + closed? or close end def epoll_run(buf) @@ -98,8 +98,8 @@ module Rainbows::XEpollThreadSpawn::Client else return close end while true - rescue => e - handle_error(e) + rescue => e + handle_error(e) end def spawn(env, hp) -- cgit v1.2.3-24-ge0c7