summaryrefslogtreecommitdiff
path: root/timespec_str.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 /timespec_str.c
parentd20c318487cabae5140de6749789a1b16fd880df (diff)
downloadgpsd-a5a4102ddba7e8f873a83d08328949c64240db96.tar.gz
Trailing whitespace fixup.
Diffstat (limited to 'timespec_str.c')
-rw-r--r--timespec_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timespec_str.c b/timespec_str.c
index 4f2c3e98..93d27741 100644
--- a/timespec_str.c
+++ b/timespec_str.c
@@ -21,7 +21,7 @@
#include "timespec.h"
-/* Convert a normalized timespec to a nice string
+/* Convert a normalized timespec to a nice string
* put in it *buf, buf should be at least 22 bytes
*
* the returned buffer will look like, shortest case:
@@ -32,7 +32,7 @@
*
* So 12 chars, like this: "-0.123456789"
*
- * Absolute worst case is 10 digits of seconds.
+ * Absolute worst case is 10 digits of seconds.
* So 21 digits like this: "-2147483647.123456789"
*
*/