From 06fcbb2ac6af85e8a659ff9b000e16455a5cb847 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 30 Dec 2008 12:24:32 +0100 Subject: [PATCH] Reformatting --- util/yaz-icu.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/util/yaz-icu.c b/util/yaz-icu.c index f14b494..3ed2446 100644 --- a/util/yaz-icu.c +++ b/util/yaz-icu.c @@ -438,11 +438,11 @@ static void process_text_file(const struct config_t *p_config) UErrorCode status = U_ZERO_ERROR; int success = 0; - if (! xml_node) + if (!xml_node) { printf("Could not parse XML config file '%s' \n", config.conffile); - exit (1); + exit(1); } config.chain = icu_chain_xml_config(xml_node, 1, &status); @@ -452,7 +452,7 @@ static void process_text_file(const struct config_t *p_config) else { printf("Could not set up ICU chain from config file '%s' \n", config.conffile); - exit (1); + exit(1); } if (p_config->xmloutput) @@ -539,7 +539,7 @@ int main(int argc, char **argv) exit(3); #endif /* YAZ_HAVE_ICU */ - return(0); + return 0; } -- 1.7.10.4