diff --git a/hm_lookup.cc b/hm_lookup.cc index dacf287..f1ff216 100644 --- a/hm_lookup.cc +++ b/hm_lookup.cc @@ -62,6 +62,7 @@ int main(int argc, char **argv) ++i) { std::cout << HmSearch::format_hexhash(i->hash) << " " << i->distance << std::endl; } + std::cout << std::endl; } }