Merge branch release-2021 into merge-2021-into-master
[alexxy/gromacs.git] / src / gromacs / fileio / vmdio.cpp
index a94cdae472f43e89db7334391a06b439ca25470d..ea9be527bc46e03bd7112dd22be37c8150ad005c 100644 (file)
@@ -146,8 +146,7 @@ static int load_sharedlibrary_plugins(const char* fullpath, gmx_vmdplugin_t* vmd
     {
         if (debug)
         {
-            fprintf(debug, "\nUnable to open dynamic library %s.\n%s\n", fullpath,
-                    vmddlerror()); /*only to debug because of stdc++ erros */
+            fprintf(debug, "\nUnable to open dynamic library %s.\n%s\n", fullpath, vmddlerror()); /*only to debug because of stdc++ erros */
         }
         return 0;
     }