From 1b103c5c69083a106e88cb423bab8ade639c71d6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 5 Mar 2014 12:19:45 -0800 Subject: Another small tweak to whitespace tool clang-format doesn't appear to reindent multi line #define statements correctly - so this hopefully will clean those up. The included whitespace corrections to the code should stay in place when using the updated tool. This includes cleaning up some multi-line comments that were messed up the last time around as well as a few other minor changes. Signed-off-by: Dirk Hohndel --- parse-xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parse-xml.c') diff --git a/parse-xml.c b/parse-xml.c index 811545f76..2cfa1dc1b 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -534,7 +534,7 @@ static void utf8_string(char *buffer, void *_res) } #define MATCH(pattern, fn, dest) \ - match(pattern, strlen(pattern), name, fn, buf, dest) + match(pattern, strlen(pattern), name, fn, buf, dest) static void get_index(char *buffer, void *_i) { -- cgit v1.2.3-70-g09d2