mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
Code cleanup: remove double and unneded semicolons
This commit is contained in:
@ -81,7 +81,7 @@ void LibClasses::loadFilesystem()
|
||||
static void logHandlerLoaded(const std::string& name, CStopWatch &timer)
|
||||
{
|
||||
logGlobal->infoStream()<<"\t\t" << name << " handler: "<<timer.getDiff();
|
||||
};
|
||||
}
|
||||
|
||||
template <class Handler> void createHandler(Handler *&handler, const std::string &name, CStopWatch &timer)
|
||||
{
|
||||
|
Reference in New Issue
Block a user