Code beautification with uncrustify
[alexxy/gromacs.git] / src / tools / g_membed.c
index 9e0b7e9f7431843c2091ee1fec5d5319e36e627e..d9bd19eabe2846f37ffc0afbf90f8c3d9b2c7ea8 100644 (file)
 
 
 /* This is just a wrapper binary.
-* The code that used to be in g_anaeig.c is now in gmx_anaeig.c,
-* where the old main function is called gmx_anaeig().
-*/
+ * The code that used to be in g_anaeig.c is now in gmx_anaeig.c,
+ * where the old main function is called gmx_anaeig().
+ */
 int
 main(int argc, char *argv[])
 {
-  gmx_membed(argc,argv);
-  return 0;
+    gmx_membed(argc, argv);
+    return 0;
 }
-
-
-