DescriptionRemoving return value statement from the function that have void return type.
As the function return type is void so return value not required.
and GetSettingsForOneType() also does not return any value.
Another change is conversion from char* to char array.
BUG=520800
Committed: https://crrev.com/befe2d5015a6d6e97a7380148ee98f0ca40b9951
Cr-Commit-Position: refs/heads/master@{#343357}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|