summaryrefslogtreecommitdiff
path: root/test_timespec.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-28 17:17:54 -0700
committerGary E. Miller <gem@rellim.com>2015-04-28 17:17:54 -0700
commit8559faf6866ec954fde105c32e4b07cb69bba64b (patch)
tree382fe5c7ef65a34b736566394a68698dc3d59c17 /test_timespec.c
parent627f0a388e76c9b4a687417251cc609d433b5858 (diff)
downloadgpsd-8559faf6866ec954fde105c32e4b07cb69bba64b.tar.gz
Fix trailing whitespace.
Diffstat (limited to 'test_timespec.c')
-rw-r--r--test_timespec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_timespec.c b/test_timespec.c
index 5890fd42..154fbbeb 100644
--- a/test_timespec.c
+++ b/test_timespec.c
@@ -68,7 +68,7 @@ struct format_test format_tests[] = {
{ { -1, -1}, "-1.000000001", 1},
};
-static int test_subtract( void)
+static int test_subtract( void)
{
struct subtract_test *p = subtract_tests;
int fail_count = 0;
@@ -99,7 +99,7 @@ static int test_subtract( void)
}
p++;
};
-
+
if ( fail_count ) {
printf("subtract test failed %d tests\n", fail_count );
} else {
@@ -108,7 +108,7 @@ static int test_subtract( void)
return fail_count;
}
-static int test_format(void)
+static int test_format(void)
{
struct format_test *p = format_tests;
int fail_count = 0;