clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / specbond.h
index 645c82bf0d6937570c08135a9a1a55b0eb830daa..fc0de3519f61b30fc6e46dedbd9487142be4da72 100644 (file)
@@ -43,6 +43,6 @@
 int mk_specbonds(t_atoms *pdba, rvec x[], bool bInteractive,
                  t_ssbond **specbonds, bool bVerbose);
 
-bool yesno(void);
+bool yesno();
 
 #endif