mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-06-30 22:18:19 -04:00
Cleanup: Formating
This commit is contained in:
parent
6f6499a187
commit
e9140588c6
@ -158,7 +158,7 @@ static xsltStylesheetPtr xslt_get_stylesheet(const char *fn) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( i = 0; i < CACHESIZE; i++) {
|
for (i = 0; i < CACHESIZE; i++) {
|
||||||
if(cache[i].filename) {
|
if(cache[i].filename) {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if(!stricmp(fn, cache[i].filename)) {
|
if(!stricmp(fn, cache[i].filename)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user