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 20, 2023
1 parent c515be3 commit 01d8f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/CXX11/adios2/cxx11/Query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ QueryWorker::QueryWorker(const std::string &configFile, adios2::Engine &reader)

void QueryWorker::GetResultCoverage(std::vector<adios2::Box<adios2::Dims>> &touched_blocks)
{
adios2::Box<adios2::Dims> empty;
GetResultCoverage(empty, touched_blocks);
adios2::Box<adios2::Dims> empty;
GetResultCoverage(empty, touched_blocks);
}

void QueryWorker::GetResultCoverage(const adios2::Box<adios2::Dims> &outputSelection,
Expand Down

0 comments on commit 01d8f29

Please sign in to comment.