Skip to content

Commit

Permalink
newlines for static code checker
Browse files Browse the repository at this point in the history
  • Loading branch information
amartyads committed Sep 10, 2024
1 parent 552d79f commit c79562d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/parallel/boundaries/BoundaryHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ void BoundaryHandler::removeNonPeriodicHalos(
#ifndef MARDYN_AUTOPAS
moleculeContainer->updateBoundaryAndHaloMoleculeCaches();
#endif
}
}
2 changes: 1 addition & 1 deletion src/parallel/boundaries/BoundaryHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ class BoundaryHandler {

/* Local region start/end. */
std::array<double, 3> _localRegionStart, _localRegionEnd;
};
};
2 changes: 1 addition & 1 deletion src/parallel/boundaries/BoundaryUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ inline int findSign(int n) { return n < 0 ? -1 : 1; }
inline int findSign(DimensionType dimension) {
return findSign(convertDimensionToNumeric(dimension));
}
} // namespace BoundaryUtils
} // namespace BoundaryUtils

0 comments on commit c79562d

Please sign in to comment.