Skip to content

Commit 13a691a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8d58b11 commit 13a691a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

include/openPMD/IO/IOTask.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ struct OPENPMDAPI_EXPORT
560560
}
561561

562562
// in parameters
563-
/** If true, only query if the backend supports buffer views without performing operation */
563+
/** If true, only query if the backend supports buffer views without
564+
* performing operation */
564565
bool queryOnly = false;
565566
Offset offset;
566567
Extent extent;

include/openPMD/ParticleSpecies.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ namespace traits
5959
{
6060
/** Generation policy for ParticleSpecies objects.
6161
*
62-
* Links particle patches to their parent hierarchy when a species is created.
62+
* Links particle patches to their parent hierarchy when a species is
63+
* created.
6364
*/
6465
template <>
6566
struct GenerationPolicy<ParticleSpecies>

0 commit comments

Comments
 (0)