Base: [skip ci] change identation in Console.h

This commit is contained in:
wmayer
2022-03-09 01:04:16 +01:00
parent 84f2340170
commit 6384f367d2
2 changed files with 194 additions and 195 deletions

View File

@@ -218,9 +218,8 @@ bool ConsoleSingleton::IsMsgTypeEnabled(const char* sObs, FreeCAD_ConsoleMsgType
return false;
}
}
else {
return false;
}
return false;
}
void ConsoleSingleton::SetConnectionMode(ConnectionMode mode)