]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/mmalloc/mmprivate.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove unnecessary test
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index b68eb492084d25e12505c95c3b39f413a818a32d..ccc667dc8f42763af4e9fbdcda1ecb47f17d27b8 100644 (file)
@@ -134,8 +134,8 @@ struct mstats
  */
 typedef struct {
   int type; /*  0: busy large block
-    >0: busy fragmented (fragments of size 2^type bytes)
-    <0: free block */
+                >0: busy fragmented (fragments of size 2^type bytes)
+                <0: free block */
   union {
     /* Heap information for a busy block.  */
     struct {