mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 15:16:13 -05:00
Fix indent on multiline comments
This commit is contained in:
@@ -5889,7 +5889,7 @@ void OBSBasic::CreateSceneUndoRedoAction(const QString &action_name,
|
||||
sources.push_back(source.Get());
|
||||
|
||||
/* update scene/group settings to restore their
|
||||
* contents to their saved settings */
|
||||
* contents to their saved settings */
|
||||
obs_scene_t *scene =
|
||||
obs_group_or_scene_from_source(source);
|
||||
if (scene) {
|
||||
|
||||
Reference in New Issue
Block a user