Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added round trip time contraint to the SDP program, this parameter
[simgrid.git] / src / xbt / mallocator.c
index 5f16196..b678466 100644 (file)
@@ -88,8 +88,7 @@ void xbt_mallocator_free(xbt_mallocator_t m) {
  * \see xbt_mallocator_release()
  */
 void *xbt_mallocator_get(xbt_mallocator_t m) {
-
-void *object;
+  void *object;
   xbt_assert0(m != NULL, "Invalid parameter");