]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/internals/smpi_shared.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix bound checking in assert.
[simgrid.git] / src / smpi / internals / smpi_shared.cpp
index 95067dd211b0e443b96443ba41ab62e29598d404..10ab0ad0ae2a63dcc393d2f07374177a7c72838f 100644 (file)
@@ -58,7 +58,7 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi_shared, smpi, "Logging specific to SMPI (shared memory macros)");
 
-namespace{
+namespace {
 /** Some location in the source code
  *
  *  This information is used by SMPI_SHARED_MALLOC to allocate  some shared memory for all simulated processes.
@@ -94,7 +94,7 @@ std::map<std::string, void*, std::less<>> calls;
 int smpi_shared_malloc_bogusfile           = -1;
 int smpi_shared_malloc_bogusfile_huge_page = -1;
 unsigned long smpi_shared_malloc_blocksize = 1UL << 20;
-}
+} // namespace
 
 void smpi_shared_destroy()
 {