aboutsummaryrefslogtreecommitdiff
path: root/plugins/urlize.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r--plugins/urlize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c
index 34e25c4e..aeabafd0 100644
--- a/plugins/urlize.c
+++ b/plugins/urlize.c
@@ -79,7 +79,7 @@ main (int argc, char **argv)
while (1) {
c = getopt_long (argc, argv, "+hVu:", longopts, &option);
-
+
if (c == -1 || c == EOF)
break;
@@ -144,7 +144,7 @@ main (int argc, char **argv)
printf ("%s", nstr);
printf ("</A>");
nstr = strtok(NULL, PERF_CHARACTER);
- if (nstr != NULL)
+ if (nstr != NULL)
printf (" | %s", nstr);
/* close the pipe */