From 4b49d2c520df3f0e4b5469d225f6dad9c2f4881f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 24 Sep 2014 00:34:16 +0200 Subject: [PATCH] removed trailing whitespace --- tests/test_psensor_type_to_unit_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4