Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Cosmetics: Remove 3 blank lines from smpi_global.cpp
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 21 Mar 2018 16:17:51 +0000 (17:17 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:33:51 +0000 (17:33 +0200)
src/smpi/internals/smpi_global.cpp

index cd07e11..30c5bee 100644 (file)
@@ -541,10 +541,8 @@ int smpi_main(const char* executable, int argc, char *argv[])
         smpi_run_entry_point(entry_point, args);
       });
     };
         smpi_run_entry_point(entry_point, args);
       });
     };
-
   }
   else {
   }
   else {
-
     // Load the dynamic library and resolve the entry point:
     void* handle = dlopen(executable, RTLD_LAZY | RTLD_LOCAL);
     if (handle == nullptr)
     // Load the dynamic library and resolve the entry point:
     void* handle = dlopen(executable, RTLD_LAZY | RTLD_LOCAL);
     if (handle == nullptr)
@@ -560,7 +558,6 @@ int smpi_main(const char* executable, int argc, char *argv[])
         smpi_run_entry_point(entry_point, args);
       });
     };
         smpi_run_entry_point(entry_point, args);
       });
     };
-
   }
 
   SMPI_init();
   }
 
   SMPI_init();