From 1b6afb7654d29eced20de720d7b5d37fb861bad3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 5 Jan 2015 16:45:38 -0800 Subject: Reformatted code consistently with astyle. --- src/houdini_html_e.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/houdini_html_e.c') diff --git a/src/houdini_html_e.c b/src/houdini_html_e.c index 4e523f5..1a4c3e1 100644 --- a/src/houdini_html_e.c +++ b/src/houdini_html_e.c @@ -35,13 +35,13 @@ static const char HTML_ESCAPE_TABLE[] = { }; static const char *HTML_ESCAPES[] = { - "", - """, - "&", - "'", - "/", - "<", - ">" + "", + """, + "&", + "'", + "/", + "<", + ">" }; int -- cgit v1.2.3