mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-18 21:38:29 -04:00
UI: Remove trailing whitespace
This commit is contained in:
@@ -1223,7 +1223,7 @@ static auto SnapshotRelease = [](profiler_snapshot_t *snap)
|
||||
profile_snapshot_free(snap);
|
||||
};
|
||||
|
||||
using ProfilerSnapshot =
|
||||
using ProfilerSnapshot =
|
||||
std::unique_ptr<profiler_snapshot_t, decltype(SnapshotRelease)>;
|
||||
|
||||
ProfilerSnapshot GetSnapshot()
|
||||
|
||||
@@ -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, "---------------------------------");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user