Fix clang-format
authorArtem Zhmurov <zhmurov@gmail.com>
Tue, 9 Feb 2021 05:33:13 +0000 (08:33 +0300)
committerArtem Zhmurov <zhmurov@gmail.com>
Tue, 9 Feb 2021 05:34:14 +0000 (08:34 +0300)
2d567afadf39d215950455d46056745474b850c0 was finalized by applying
suggestion in the GitLab GUI, which did not adhere to clang-format
policy.

src/gromacs/gmxana/gmx_covar.cpp

index 3ebc03d1a3794aa755b68c597399da79ced1342a..7d07f0a37b7d25a68690ff0dcbb0b9b6c7934a67 100644 (file)
@@ -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<const int> indices, const int numAtoms, const std::string& indexUsagePurpose)