From e14da5e053a0c51c915a9cc15d924a158c7254a2 Mon Sep 17 00:00:00 2001 From: Kjetil Olsen Lye Date: Wed, 29 Mar 2023 15:49:46 +0200 Subject: [PATCH] Formatting fixes. --- .../linalg/cuistl/detail/cusparse_wrapper.hpp | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/opm/simulators/linalg/cuistl/detail/cusparse_wrapper.hpp b/opm/simulators/linalg/cuistl/detail/cusparse_wrapper.hpp index 1e90e7d3b..2ef8fbfbd 100644 --- a/opm/simulators/linalg/cuistl/detail/cusparse_wrapper.hpp +++ b/opm/simulators/linalg/cuistl/detail/cusparse_wrapper.hpp @@ -1,20 +1,20 @@ /* Copyright 2022-2023 SINTEF AS -This file is part of the Open Porous Media project (OPM). + This file is part of the Open Porous Media project (OPM). -OPM is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. + OPM is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. -OPM is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + OPM is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with OPM. If not, see . + You should have received a copy of the GNU General Public License + along with OPM. If not, see . */ /**