From b83abc52e1d2fb022244b3f6970b9133d8ae57fe Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 10 May 2017 00:39:26 +0000 Subject: adjust styles [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- strftime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'strftime.c') diff --git a/strftime.c b/strftime.c index 025be94afb..ebb587c379 100644 --- a/strftime.c +++ b/strftime.c @@ -543,7 +543,8 @@ rb_strftime_with_timespec(VALUE ftime, const char *format, size_t format_len, if (off < 0) { off = -off; sign = -1; - } else { + } + else { sign = +1; } switch (colons) { -- cgit v1.2.3