Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp-impl.h
index e8484de27b41970cfe532025b529c86c3201607b..cf1fd66e8c6793430678d57c5be0c5e3acc3b042 100644 (file)
@@ -79,7 +79,7 @@ typedef struct {
     real      &c2() { return c[2]; }
 } t_param;
 
-typedef struct {
+typedef struct {        // NOLINT (clang-analyzer-optin.performance.Padding)
     int          nr;    /* The number of bonds in this record   */
     int          maxnr; /* The amount of elements in the array  */
     t_param     *param; /* Array of parameters (dim: nr or nr*nr) */