Skip to content

Commit

Permalink
Bad clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Oct 11, 2023
1 parent f1cfc89 commit bbf96ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/adios2/toolkit/remote/Remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ class CManagerSingleton
CMfork_comm_thread(internalEvState.cm);
}

~CManagerSingleton()
{
CManager_close(m_cm);
}
~CManagerSingleton() { CManager_close(m_cm); }
};
#endif

Expand Down

0 comments on commit bbf96ae

Please sign in to comment.