From 2dc1a5ce93514d4354fa01229756fc48c00513d9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Mar 2015 14:06:48 +0100 Subject: checksrc: detect and remove space before trailing semicolons --- src/tool_urlglob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tool_urlglob.h b/src/tool_urlglob.h index 7a9ec5943..62c1abdd6 100644 --- a/src/tool_urlglob.h +++ b/src/tool_urlglob.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -51,7 +51,7 @@ typedef struct { int padlength; unsigned long ptr_n; unsigned long step; - } NumRange ; + } NumRange; } content; } URLPattern; -- cgit v1.2.1