whitespace fix

This commit is contained in:
fduncanh
2021-12-04 05:43:10 -05:00
parent 0d671d46f8
commit 5c9b0730ee

View File

@@ -412,7 +412,7 @@ int raop_set_plist(raop_t *raop, const char *plist_item, const int value) {
} else if (strcmp(plist_item,"height") == 0) {
raop->height = (uint16_t) value;
if ((int) raop->height != value) retval = 1;
} else if (strcmp(plist_item,"refreshRate") == 0) {
} else if (strcmp(plist_item,"refreshRate") == 0) {
raop->refreshRate = (uint8_t) value;
if ((int) raop->refreshRate != value) retval = 1;
} else if (strcmp(plist_item,"maxFPS") == 0) {