From 4934c6e6fb4da1a509c3105402f51816c503f2b7 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 22 Sep 2010 23:04:01 -0700 Subject: [PATCH] fixed formatting --- include/jsx_common.hrl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/jsx_common.hrl b/include/jsx_common.hrl index 4f4790c..4bc0825 100644 --- a/include/jsx_common.hrl +++ b/include/jsx_common.hrl @@ -36,12 +36,12 @@ | {escaped_unicode, ascii | codepoint | none} | {multi_term, true | false} | {encoding, auto - | utf8 - | utf16 - | {utf16, little} - | utf32 - | {utf32, little} - }. + | utf8 + | utf16 + | {utf16, little} + | utf32 + | {utf32, little} +}. %% events emitted by the parser and component types