From 5c9b0730ee7850b02e4e763f019262b46e641592 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sat, 4 Dec 2021 05:43:10 -0500 Subject: [PATCH] whitespace fix --- lib/raop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/raop.c b/lib/raop.c index 81a8c14..2b2f859 100755 --- a/lib/raop.c +++ b/lib/raop.c @@ -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) {