Quellcode durchsuchen

UI: Remove trailing whitespace

jp9000 vor 9 Jahren
Ursprung
Commit
8e149a5a1c
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      obs/obs-app.cpp
  2. 1 1
      obs/window-basic-main.cpp

+ 1 - 1
obs/obs-app.cpp

@@ -1223,7 +1223,7 @@ static auto SnapshotRelease = [](profiler_snapshot_t *snap)
 	profile_snapshot_free(snap);
 	profile_snapshot_free(snap);
 };
 };
 
 
-using ProfilerSnapshot = 
+using ProfilerSnapshot =
 	std::unique_ptr<profiler_snapshot_t, decltype(SnapshotRelease)>;
 	std::unique_ptr<profiler_snapshot_t, decltype(SnapshotRelease)>;
 
 
 ProfilerSnapshot GetSnapshot()
 ProfilerSnapshot GetSnapshot()

+ 1 - 1
obs/window-basic-main.cpp

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