Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more informative error messages on errors within mmalloc
[simgrid.git] / src / xbt / mmalloc / mm.c
index a096061..8c9b3b8 100644 (file)
@@ -13,7 +13,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifdef HAVE_UNISTD_H
-#include <unistd.h>    /* Prototypes for lseek, sbrk (maybe) */
+#include <unistd.h>             /* Prototypes for lseek, sbrk (maybe) */
 #endif
 #include "mcalloc.c"
 #include "mfree.c"