mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05: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;
|
||||
}
|
||||
|
||||
for ( i = 0; i < CACHESIZE; i++) {
|
||||
for (i = 0; i < CACHESIZE; i++) {
|
||||
if(cache[i].filename) {
|
||||
#ifdef _WIN32
|
||||
if(!stricmp(fn, cache[i].filename)) {
|
||||
|
Loading…
Reference in New Issue
Block a user