removed trailing whitespace
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:34:16 +0000 (00:34 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:34:16 +0000 (00:34 +0200)
tests/test_psensor_type_to_unit_str.c

index 35ab310..6be91d5 100644 (file)
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
 
        failures = test();
 
-       if (failures) 
+       if (failures)
                exit(EXIT_FAILURE);
        else
                exit(EXIT_SUCCESS);