Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed May 31, 2024
1 parent b5fc8d0 commit 2c032fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compare_contents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int main(int argc, char* argv[]) {

// loop going over every name of the lcio collection and checking if a
// collection with the same name exists in the edm file.
std::cout << "number of Events" << edmreader.getEntries("events") << std::endl;
std::cout << "number of Events " << edmreader.getEntries("events") << std::endl;
for (size_t n = 0; n < edmreader.getEntries("events"); ++n) {
if (n % 10 == 0) {
std::cout << "Event number: " << n << std::endl;
Expand Down

0 comments on commit 2c032fe

Please sign in to comment.