Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / gmxana / dlist.cpp
index 2cc84009d2d9ccbc0c0b701272f70f56ab63ac43..908f0fa8ac67848dd35d057db46d44d9b479df74 100644 (file)
@@ -127,7 +127,7 @@ t_dlist* mk_dlist(FILE*          log,
                      || (std::strcmp(*(atoms->atomname[i]), "SD") == 0)
                      || (std::strcmp(*(atoms->atomname[i]), "OD1") == 0)
                      || (std::strcmp(*(atoms->atomname[i]), "ND1") == 0))
-            {
+            { // NOLINT bugprone-branch-clone
                 atm.Cn[4] = i;
             }
             /* by grs - split the Cn[4] into 2 bits to check allowing dih to H */