mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
whitespace cleanup
This commit is contained in:
parent
d63acfc46f
commit
bde2146b1b
2 changed files with 2 additions and 4 deletions
|
@ -24,9 +24,8 @@ int main(int argc, char* argv[]) {
|
|||
setvbuf(stdout, NULL, _IOLBF, 0);
|
||||
#endif
|
||||
|
||||
qInstallMessageHandler(Logging::verboseMessageHandler);
|
||||
|
||||
DomainServer domainServer(argc, argv);
|
||||
qInstallMessageHandler(Logging::verboseMessageHandler);
|
||||
DomainServer domainServer(argc, argv);
|
||||
|
||||
return domainServer.exec();
|
||||
}
|
||||
|
|
|
@ -87,7 +87,6 @@ const char* stringForLogType(QtMsgType msgType) {
|
|||
|
||||
// the following will produce 2000-10-02 13:55:36 -0700
|
||||
const char DATE_STRING_FORMAT[] = "%Y-%m-%d %H:%M:%S %z";
|
||||
//const char DATE_STRING_FORMAT[] = "%F %H:%M:%S %z";
|
||||
|
||||
void Logging::verboseMessageHandler(QtMsgType type, const QMessageLogContext& context, const QString& message) {
|
||||
if (message.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue