clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.h
index 66d5285b0dbb0cc408b9c51aa72c23998e869f11..20af27744ec83cf8a0e647208ce773de2298aafc 100644 (file)
@@ -69,7 +69,7 @@ int get_atomtype_atomnumber(int nt, gpp_atomtype_t at);
 real get_atomtype_nbparam(int nt, int param, gpp_atomtype_t at);
 /* Similar to the previous but returns the paramth parameter or NOTSET */
 
-gpp_atomtype_t init_atomtype(void);
+gpp_atomtype_t init_atomtype();
 /* Return a new atomtype structure */
 
 void done_atomtype(gpp_atomtype_t at);