From e9140588c6a1b29f3277ad496f3fd6a9fb2442f5 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 6 Jul 2018 20:27:02 +0000 Subject: [PATCH] Cleanup: Formating --- src/xslt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xslt.c b/src/xslt.c index 3694cff5..ad529a7a 100644 --- a/src/xslt.c +++ b/src/xslt.c @@ -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)) {