]> git.sesse.net Git - plocate/blobdiff - plocate.cpp
clang-format.
[plocate] / plocate.cpp
index e863edbc4ab9294c89bcbd45e822c560190e0f7f..ac0ca5e43de8f1416cc8c516c31cc8cf1b3a7937 100644 (file)
@@ -501,7 +501,7 @@ void do_search_file(const vector<Needle> &needles, const char *filename)
                // work for fairly unclear gain.)
                uint64_t matched = scan_all_docids(needles, fd, corpus);
                dprintf("Done in %.1f ms, found %" PRId64 " matches.\n",
-                       1e3 * duration<float>(steady_clock::now() - start).count(), matched);
+                       1e3 * duration<float>(steady_clock::now() - start).count(), matched);
                if (only_count) {
                        printf("%" PRId64 "\n", matched);
                }