]> WPIA git - cassiopeia.git/blobdiff - src/util.h
chg: Modify the code to use the new logger
[cassiopeia.git] / src / util.h
index d59991042c1c00ed1fedf63c43073732581a2997..04448d402d6ccfb6bd87b721d11c9962931e0ecc 100644 (file)
@@ -13,5 +13,4 @@ std::pair<bool, std::time_t> parseDate( const std::string& date );
 std::pair<bool, std::time_t> parseMonthInterval( std::time_t t, const std::string& date );
 std::pair<bool, std::time_t> parseYearInterval( std::time_t t, const std::string& date );
 
-
-std::shared_ptr<std::ofstream> openLogfile( const std::string name);
+std::shared_ptr<std::ofstream> openLogfile( const std::string name );