diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 06:45:18 +0000 |
commit | caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe (patch) | |
tree | 118fd80cc8ba27ef695a8e8ce409e5d70f4fa451 /plugins/urlize.c | |
parent | 16f53e0717b60660145388b0feb351628f606211 (diff) | |
download | monitoring-plugins-caa8bd6423e2d0d1b4e72c150e80b9c6a9e1b7fe.tar.gz |
Bulk EOL cleanup
$ git diff --ignore-space-change|diffstat
0 files changed
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2087 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/urlize.c')
-rw-r--r-- | plugins/urlize.c | 4 |
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 */ |