From: Steinar H. Gunderson Date: Sun, 11 Oct 2020 09:49:00 +0000 (+0200) Subject: Remove some unneeded whitespace. X-Git-Tag: 1.0.0~5 X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=fa18d5ced5afd54b09a081521c311bbabfd4e2aa Remove some unneeded whitespace. --- diff --git a/plocate.cpp b/plocate.cpp index c914002..de7bd7a 100644 --- a/plocate.cpp +++ b/plocate.cpp @@ -709,7 +709,6 @@ int main(int argc, char **argv) Needle needle; needle.str = argv[i]; - // See if there are any wildcard characters, which indicates we should treat it // as an (anchored) glob. bool any_wildcard = false;