From: Artem Zhmurov Date: Tue, 9 Feb 2021 05:33:13 +0000 (+0300) Subject: Fix clang-format X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=6fe9faa10d10d53d2b04290c5bb27fb04da8eb20;p=alexxy%2Fgromacs.git Fix clang-format 2d567afadf39d215950455d46056745474b850c0 was finalized by applying suggestion in the GitLab GUI, which did not adhere to clang-format policy. --- diff --git a/src/gromacs/gmxana/gmx_covar.cpp b/src/gromacs/gmxana/gmx_covar.cpp index 3ebc03d1a3..7d07f0a37b 100644 --- a/src/gromacs/gmxana/gmx_covar.cpp +++ b/src/gromacs/gmxana/gmx_covar.cpp @@ -76,7 +76,7 @@ namespace * \param[in] numAtoms to be accessed * \param[in] indexUsagePurpose to be more explicit in the error message * - * \throws RangeError if any element in indices is larger than or equal numAtoms + * \throws RangeError if any element in indices is larger than or equal numAtoms * */ void throwErrorIfIndexOutOfBounds(ArrayRef indices, const int numAtoms, const std::string& indexUsagePurpose)