Skip to content

Commit 54c2cb1

Browse files
committed
Undo unnecessary whitespace changes
1 parent fbc649b commit 54c2cb1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/openPMD/IO/ADIOS/ADIOS2IOHandler.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,7 @@ namespace detail
12951295
} // namespace detail
12961296
#endif // openPMD_HAVE_ADIOS2
12971297

1298+
12981299
class ADIOS2IOHandler : public AbstractIOHandler
12991300
{
13001301
#if openPMD_HAVE_ADIOS2
@@ -1345,6 +1346,6 @@ friend class ADIOS2IOHandlerImpl;
13451346

13461347
std::string backendName() const override { return "ADIOS2"; }
13471348

1348-
std::future< void > flush() override;
1349+
std::future< void > flush( ) override;
13491350
}; // ADIOS2IOHandler
13501351
} // namespace openPMD

0 commit comments

Comments
 (0)