Skip to content

Commit 3a4ce2c

Browse files
Formatting
1 parent 01c4153 commit 3a4ce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

obs-studio-server/source/nodeobs_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ bool OBS_settings::saveStreamSettings(std::vector<SubCategory> streamSettings, S
846846
}
847847
newserviceTypeValue = value;
848848

849-
//first setting is always stream type (if it's sent at all) - get default settings to be filled in
849+
//first setting is always stream type (if it's sent at all) - get default settings to be filled in
850850
settings = obs_service_defaults(newserviceTypeValue.c_str());
851851
if (currentStreamType.compare(newserviceTypeValue) != 0) {
852852
if (newserviceTypeValue.compare("rtmp_common") == 0) {

0 commit comments

Comments
 (0)