From fa18d5ced5afd54b09a081521c311bbabfd4e2aa Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 11 Oct 2020 11:49:00 +0200 Subject: [PATCH] Remove some unneeded whitespace. --- plocate.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2