whitespace cleanup

This commit is contained in:
ZappoMan 2014-03-23 18:14:36 -07:00
parent d63acfc46f
commit bde2146b1b
2 changed files with 2 additions and 4 deletions

View file

@ -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();
}

View file

@ -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()) {