removed trailing space
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:30:55 +0000 (00:30 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:30:55 +0000 (00:30 +0200)
tests/test_url_normalize.c

index 977e41a..8ede672 100644 (file)
@@ -69,7 +69,7 @@ int main(int argc, char **argv)
 
        failures += tests_url_normalize();
 
-       if (failures) 
+       if (failures)
                exit(EXIT_FAILURE);
        else
                exit(EXIT_SUCCESS);