Trim trailing whitespaces in SettingsFields.h

This commit is contained in:
Vladimir C 2022-08-11 13:15:28 +02:00 committed by GitHub
parent 261ccc35cf
commit 96776d3028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ struct SettingAutoWrapper
base.writeBinary(out);
}
/*
/*
* That it is fine to reset `is_auto` here and to use default value in case `is_auto`
* because settings will be serialized only if changed.
* If they were changed they were requested to use explicit value instead of `auto`.