From 796b9759a5b0d1d56944c0385655e08c25aa9b2c Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Mon, 10 Apr 2017 14:41:46 -0400 Subject: [PATCH] docs: parse-date.txt fix whitespace Signed-off-by: J William Piggott --- Documentation/parse-date.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/parse-date.txt b/Documentation/parse-date.txt index cb06a47224..56bed1e227 100644 --- a/Documentation/parse-date.txt +++ b/Documentation/parse-date.txt @@ -4,7 +4,7 @@ NAME SYNOPSIS #include "timeutils.h" - + int parse_date(struct timespec *result, char const *p, struct timespec const *now) @@ -15,7 +15,7 @@ DESCRIPTION The string itself is pointed to by *p. Return 1 if successful. *p can be an incomplete or relative time specification; if so, use *now as the basis for the returned time. - + This function is based upon gnulib's parse-datetime.y-dd7a871. -- 2.47.2