]> git.sesse.net Git - plocate/commitdiff
Remove some unneeded whitespace.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 09:49:00 +0000 (11:49 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 09:49:00 +0000 (11:49 +0200)
plocate.cpp

index c914002ff87b3bcbd61b0ad02d9d0cd81da03554..de7bd7a0eafc1073b1bfdc72b53166f88d0535ea 100644 (file)
@@ -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;