Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / nm2type.cpp
index a4c50af094fcd4aefb76ec6c9be8c885a0009769..035daabf2a3806c9c0b9da8f97efb7b43d30788e 100644 (file)
@@ -173,7 +173,7 @@ enum
 static int match_str(const char* atom, const char* template_string)
 {
     if (!atom || !template_string)
-    {
+    { // NOLINT bugprone-branch-clone
         return ematchNone;
     }
     else if (gmx_strcasecmp(atom, template_string) == 0)