Skip to content

Commit aff19f0

Browse files
committed
Apply clang-format changes
1 parent 24bc52b commit aff19f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mesh/interpolation/xz/impls/hermite_spline_xz.hxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ protected:
5050
//
5151
// Protected so this can be reused between `XZHermiteSpline` and `XZMonotonicHermiteSpline`
5252
auto interpolate_point(const Field3D& f, const Field3D& fx, const Field3D& fz,
53-
const Field3D& fxz, const Ind3D& i) const
54-
-> InterpolatePointResult {
53+
const Field3D& fxz,
54+
const Ind3D& i) const -> InterpolatePointResult {
5555
const auto ic = i_corner[i];
5656
const auto iczp = ic.zp();
5757
const auto icxp = ic.xp();

0 commit comments

Comments
 (0)