Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Reduce number of nested code blocks.
[simgrid.git] / src / xbt / mmalloc / mmprivate.h
index 63ccf0fb9917b66218ce772c73abd9dbb50e5b8e..2d7af4a2b6be6f42a15052680fd101f6d2041745 100644 (file)
@@ -176,7 +176,6 @@ typedef struct {
  * if such a file exists.
  * */
 struct mdesc {
-
   /** @brief Mutex locking the access to the heap */
   pthread_mutex_t mutex;
 
@@ -261,7 +260,6 @@ struct mdesc {
 
   /* @brief Instrumentation */
   struct mstats heapstats;
-
 };
 
 /* Bits to look at in the malloc descriptor flags word */