From e80d337cc0e4780e312c6c6528fbe2d6e8e93856 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 6 Jul 2011 00:29:31 -0700 Subject: [PATCH] whitespace --- src/jsx_common.hrl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/jsx_common.hrl b/src/jsx_common.hrl index 3f0fd13..17f1d9a 100644 --- a/src/jsx_common.hrl +++ b/src/jsx_common.hrl @@ -35,11 +35,11 @@ -type jsx_opt() :: {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} }.