From 66fd9d44d87240164588b42c887b6e3d6ee99308 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 Dec 2012 15:25:28 +0000 Subject: adjust style. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index b9e820fa29..c94dc90a7e 100644 --- a/encoding.c +++ b/encoding.c @@ -1487,7 +1487,7 @@ rb_locale_charmap(VALUE klass) # endif if (!codeset) { UINT codepage = GetConsoleCP(); - if(!codepage) codepage = GetACP(); + if (!codepage) codepage = GetACP(); snprintf(cp, sizeof(cp), "CP%d", codepage); codeset = cp; } -- cgit v1.2.1