Skip to content

Commit

Permalink
clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guj committed Sep 19, 2023
1 parent 983642f commit c98fcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/query/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ void queryWithStreaming(adios2::IO &queryIO, std::string &dataFileName, std::str
while (reader.BeginStep() == adios2::StepStatus::OK)
{
adios2::QueryWorker w = adios2::QueryWorker(queryFile, reader);
w.GetResultCoverage(touched_blocks);
w.GetResultCoverage(touched_blocks);

std::cout << " ... now can read out touched blocks ... size=" << touched_blocks.size()
<< std::endl;
Expand Down

0 comments on commit c98fcee

Please sign in to comment.