From: Adam Dickmeiss Date: Thu, 10 May 2012 12:39:54 +0000 (+0200) Subject: Reformat X-Git-Tag: v1.3.36~2 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=10970bb91099da2d89445b9ecdea611190aca618;p=metaproxy-moved-to-github.git Reformat --- diff --git a/src/metaproxy_prog.cpp b/src/metaproxy_prog.cpp index 7e25307..ecdee29 100644 --- a/src/metaproxy_prog.cpp +++ b/src/metaproxy_prog.cpp @@ -199,7 +199,7 @@ static int sc_main( if (!doc) { - yaz_log (YLOG_FATAL,"XML parsing failed"); + yaz_log(YLOG_FATAL,"XML parsing failed"); return 1; } // and perform Xinclude then @@ -236,7 +236,7 @@ static int sc_main( } } catch (std::logic_error &e) { - yaz_log (YLOG_FATAL,"std::logic error: %s" , e.what() ); + yaz_log(YLOG_FATAL,"std::logic error: %s" , e.what() ); ret = 1; } catch (std::runtime_error &e) { @@ -267,8 +267,6 @@ int main(int argc, char **argv) exit(ret); } - - /* * Local variables: * c-basic-offset: 4