Reformat
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 May 2012 12:39:54 +0000 (14:39 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 10 May 2012 12:39:54 +0000 (14:39 +0200)
src/metaproxy_prog.cpp

index 7e25307..ecdee29 100644 (file)
@@ -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