1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Cleanup: Formating

This commit is contained in:
Philipp Schafft 2018-07-06 20:27:02 +00:00
parent 6f6499a187
commit e9140588c6

View File

@ -158,7 +158,7 @@ static xsltStylesheetPtr xslt_get_stylesheet(const char *fn) {
return NULL;
}
for ( i = 0; i < CACHESIZE; i++) {
for (i = 0; i < CACHESIZE; i++) {
if(cache[i].filename) {
#ifdef _WIN32
if(!stricmp(fn, cache[i].filename)) {