summaryrefslogtreecommitdiff
path: root/test_timespec.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
committerGary E. Miller <gem@rellim.com>2015-04-30 13:43:33 -0700
commita5a4102ddba7e8f873a83d08328949c64240db96 (patch)
treee6577a6ad2767aee7f3b8ee70dbf5890bc6b8cf0 /test_timespec.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
Diffstat (limited to 'test_timespec.c')
-rw-r--r--test_timespec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_timespec.c b/test_timespec.c
index c2351658..8d11771c 100644
--- a/test_timespec.c
+++ b/test_timespec.c
@@ -110,7 +110,7 @@ static int test_subtract( int verbose )
timespec_str( &p->c, buf_c, sizeof(buf_c) );
timespec_str( &r, buf_r, sizeof(buf_r) );
if ( (p->c.tv_sec != r.tv_sec) || (p->c.tv_nsec != r.tv_nsec) ) {
- printf("%21s - %21s = %21s, FAIL s/b %21s\n",
+ printf("%21s - %21s = %21s, FAIL s/b %21s\n",
buf_a, buf_b, buf_r, buf_c);
fail_count++;
} else if ( verbose ) {
@@ -246,7 +246,7 @@ int main(int argc, char *argv[])
(void)fputs("usage: test_timespec [-v] [-V]\n", stderr);
exit(fail_count);
case 'V':
- (void)fprintf( stderr, "test_timespec %s\n",
+ (void)fprintf( stderr, "test_timespec %s\n",
VERSION);
exit(EXIT_SUCCESS);
case 'v':