Remove trailing white-space
authorFabian Keil <fk@fabiankeil.de>
Sat, 27 Oct 2018 16:06:00 +0000 (18:06 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 29 Oct 2018 15:14:49 +0000 (16:14 +0100)
filters.c

index d45ff94..a0ddb93 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -1055,7 +1055,7 @@ char *get_last_url(char *subject, const char *redirect_mode)
    }
 
    if (0 == strcmpic(redirect_mode, "check-decoded-url") && strchr(subject, '%'))
-   {  
+   {
       char *url_segment = NULL;
       char **url_segments;
       size_t max_segments;