fixed style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 4 Nov 2014 08:22:58 +0000 (09:22 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 4 Nov 2014 08:22:58 +0000 (09:22 +0100)
src/html.c

index 1ba96ad..9d86255 100644 (file)
@@ -216,7 +216,7 @@ static struct version_stats **sort_versions(struct version_stats **vers)
 
        tmp = vers;
        n = 0;
-       while(*tmp) {
+       while (*tmp) {
                n++;
                tmp++;
        }