Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Nov 13, 2023
1 parent 2dd6f38 commit c26fd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/adios2/toolkit/remote/remote_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ static void GetRequestHandler(CManager cm, CMConnection conn, void *vevent, void
Response.ReadResponseCondition = GetMsg->GetResponseCondition; \
Response.Dest = GetMsg->Dest; /* final data destination in client memory space */ \
if (verbose >= 2) \
std::cout << "Returning " << readable_size(Response.Size) \
<< " for Get<" << TypeOfVar << ">(" << VarName << ")" << b << std::endl; \
std::cout << "Returning " << readable_size(Response.Size) << " for Get<" << TypeOfVar \
<< ">(" << VarName << ")" << b << std::endl; \
f->m_BytesSent += Response.Size; \
f->m_OperationCount++; \
TotalGetBytesSent += Response.Size; \
Expand Down

0 comments on commit c26fd10

Please sign in to comment.