* ext/psych/parser.c: fixed broken indent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-05-11 00:53:11 +00:00
parent 6f403dbf90
commit 60d460ead9

View File

@ -16,6 +16,7 @@ static ID id_end_sequence;
static ID id_start_mapping;
static ID id_end_mapping;
#ifdef __GNUC__
#define PSYCH_TRANSCODE(_str, _yaml_enc, _internal_enc) \
({ \
rb_enc_associate_index(_str, _yaml_enc); \