From 6802a50bbb68dd5450749d72f053a56560c19d89 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Apr 2018 07:54:19 +0000 Subject: quiet some mismatched indentation warnings Ruby trunk started warning about more mismatched indentations starting around r62836. --- lib/unicorn/util.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicorn/util.rb') diff --git a/lib/unicorn/util.rb b/lib/unicorn/util.rb index 2f8bfeb..501930c 100644 --- a/lib/unicorn/util.rb +++ b/lib/unicorn/util.rb @@ -11,8 +11,8 @@ module Unicorn::Util # :nodoc: fp.stat.file? && fp.sync && (fp.fcntl(Fcntl::F_GETFL) & append_flags) == append_flags - rescue IOError, Errno::EBADF - false + rescue IOError, Errno::EBADF + false end def self.chown_logs(uid, gid) -- cgit v1.2.3-24-ge0c7