diff --git a/cmd/dev/db_toolbox.cpp b/cmd/dev/db_toolbox.cpp index a6c6d33fc0..b77c509be1 100644 --- a/cmd/dev/db_toolbox.cpp +++ b/cmd/dev/db_toolbox.cpp @@ -444,7 +444,8 @@ void do_scan(db::EnvConfig& config) { } std::cout << "\n" - << (SignalHandler::signalled() ? "Aborted" : "Done") << " !\n " << "\n"; + << (SignalHandler::signalled() ? "Aborted" : "Done") << " !\n " + << "\n"; txn.commit(); env.close(config.shared); } diff --git a/cmd/dev/genesistool.cpp b/cmd/dev/genesistool.cpp index 6fb9639543..12eacc346f 100644 --- a/cmd/dev/genesistool.cpp +++ b/cmd/dev/genesistool.cpp @@ -111,7 +111,8 @@ int main(int argc, char* argv[]) { } } if (input_entries.empty()) { - std::cerr << "\nNo files matching genesis pattern in input directory" << "\n"; + std::cerr << "\nNo files matching genesis pattern in input directory" + << "\n"; return -1; }