UI: Remove trailing whitespace

This commit is contained in:
jp9000
2016-08-21 11:26:15 -07:00
parent b71f5cc4fc
commit 8e149a5a1c
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ OBSBasic::OBSBasic(QWidget *parent)
installEventFilter(CreateShortcutFilter());
stringstream name;
name << "OBS " << App()->GetVersionString();
name << "OBS " << App()->GetVersionString();
blog(LOG_INFO, "%s", name.str().c_str());
blog(LOG_INFO, "---------------------------------");