From de4a540efee75970a7ff7949ada2304c786b1da8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 14 Jul 2016 00:56:37 +0200 Subject: Fix whitespace and indentation. --- source/fitz/strtof.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/fitz/strtof.c') diff --git a/source/fitz/strtof.c b/source/fitz/strtof.c index 2020dafe..c929ded2 100644 --- a/source/fitz/strtof.c +++ b/source/fitz/strtof.c @@ -342,8 +342,7 @@ strtof_internal(const char *string, char **tailptr, int exp_format) /* Skip leading whitespace (isspace in "C" locale). */ s = string; - while (*s == ' ' || *s == '\f' || *s == '\n' || *s == '\r' || *s == '\t' - || *s == '\v') + while (*s == ' ' || *s == '\f' || *s == '\n' || *s == '\r' || *s == '\t' || *s == '\v') ++s; /* Parse sign. */ -- cgit v1.2.3