From: Jean-Philippe Orsini Date: Tue, 23 Sep 2014 22:34:16 +0000 (+0200) Subject: removed trailing whitespace X-Git-Tag: v1.2.0~174 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=4b49d2c520df3f0e4b5469d225f6dad9c2f4881f removed trailing whitespace --- diff --git a/tests/test_psensor_type_to_unit_str.c b/tests/test_psensor_type_to_unit_str.c index 35ab310..6be91d5 100644 --- a/tests/test_psensor_type_to_unit_str.c +++ b/tests/test_psensor_type_to_unit_str.c @@ -75,7 +75,7 @@ int main(int argc, char **argv) failures = test(); - if (failures) + if (failures) exit(EXIT_FAILURE); else exit(EXIT_SUCCESS);