Fix indent on multiline comments

This commit is contained in:
Norihiro Kamae
2022-04-28 23:27:47 +09:00
committed by Jim
parent 7ce8cf8477
commit 34e570c5bc
6 changed files with 88 additions and 88 deletions

View File

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