Merge branch release-2018 into release-2019
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_helix.cpp
index 8a40ff3ee971476e1540601393adfbf879181acb..7f659c1e1530aa72b7269a009a45518bc4e31422 100644 (file)
@@ -109,7 +109,7 @@ int gmx_helix(int argc, char *argv[])
           "Last residue in helix" }
     };
 
-    typedef struct {
+    typedef struct { //NOLINT(clang-analyzer-optin.performance.Padding)
         FILE       *fp, *fp2;
         gmx_bool    bfp2;
         const char *filenm;