diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-17 14:06:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-17 14:06:48 +0100 |
commit | 2dc1a5ce93514d4354fa01229756fc48c00513d9 (patch) | |
tree | 63554b3a7c3e0bc85e9da9713316438c58b757e9 /src | |
parent | 0037eb58052b19bad7ce55b2317a19283c644637 (diff) | |
download | curl-2dc1a5ce93514d4354fa01229756fc48c00513d9.tar.gz |
checksrc: detect and remove space before trailing semicolons
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_urlglob.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, 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; |