Skip to content

Commit 11fd514

Browse files
committed
Undo further unnecessary changes
Formatting and imports
1 parent 528642c commit 11fd514

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

include/openPMD/IO/AbstractIOHandlerImpl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class AbstractIOHandlerImpl
134134
* by this writable.
135135
*
136136
* The resulting chunks should be stored into parameters.chunks.
137-
*
137+
*
138138
*/
139139
virtual void
140140
availableChunks( Writable *, Parameter< Operation::AVAILABLE_CHUNKS > & )

include/openPMD/IO/IOTask.hpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
*/
2121
#pragma once
2222

23-
#include <map>
24-
#include <memory>
25-
#include <string>
26-
#include <utility>
27-
#include <vector>
28-
29-
#include "openPMD/Dataset.hpp"
3023
#include "openPMD/auxiliary/Export.hpp"
3124
#include "openPMD/auxiliary/Variant.hpp"
3225
#include "openPMD/backend/Attribute.hpp"
26+
#include "openPMD/Dataset.hpp"
27+
28+
#include <memory>
29+
#include <map>
30+
#include <vector>
31+
#include <string>
32+
#include <utility>
3333

3434

3535
namespace openPMD

include/openPMD/backend/BaseRecordComponent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*/
2121
#pragma once
2222

23-
#include "openPMD/Dataset.hpp"
2423
#include "openPMD/backend/Attributable.hpp"
24+
#include "openPMD/Dataset.hpp"
2525

2626
// expose private and protected members for invasive testing
2727
#ifndef OPENPMD_protected

src/IO/ADIOS/ADIOS2IOHandler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,8 +1175,7 @@ namespace detail
11751175

11761176
template< typename T >
11771177
DatasetHelper<
1178-
T,
1179-
typename std::enable_if< !DatasetTypes< T >::validType >::type >::
1178+
T, typename std::enable_if< !DatasetTypes< T >::validType >::type >::
11801179
DatasetHelper( openPMD::ADIOS2IOHandlerImpl * )
11811180
{
11821181
}

test/CoreTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <complex>
1515
#include <cstddef>
1616
#include <cstdint>
17-
#include <iostream>
1817
#include <sstream>
1918
#include <iostream>
2019

0 commit comments

Comments
 (0)