From 43f0be06fae93888f18a76ce760ea6397ec81a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 28 Jul 2013 10:38:56 +0200 Subject: [PATCH] astyle formatting --- htdocs/archive/createzip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/archive/createzip.c b/htdocs/archive/createzip.c index 3e567e63b..255579704 100644 --- a/htdocs/archive/createzip.c +++ b/htdocs/archive/createzip.c @@ -26,9 +26,9 @@ int main() xmldata = xmldata ? (xmldata + 6) : ""; char name[MAX_NAME_LEN+20]; - if (strstr(xmldata, "")) + if (strstr(xmldata, "")) sprintf(name, "archive/%s.rule", getname(line)); - else + else sprintf(name, "archive/%s.cfg", getname(line)); if (first == 1) {