From: Arnaud Giersch Date: Thu, 18 Feb 2021 20:48:34 +0000 (+0100) Subject: Whitespaces! X-Git-Tag: v3.27~342 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2b704ed9fe0479a5b422eb7123f949ede6eb7e27 Whitespaces! --- diff --git a/ChangeLog b/ChangeLog index 3888bc6a78..fd3a5ba30e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,9 +7,9 @@ User-visible changes: - 'verbose-exit' is now 'debug/verbose-exit' - 'simix/breakpoint' is now 'debug/breakpoint' - 'clean-atexit' is now 'debug/clean-atexit' - - Removed all that was related to the "Storage" type in all APIs and bindings. + - Removed all that was related to the "Storage" type in all APIs and bindings. "Disks" have been introduced more than a year ago to replace them for the better. - It's time to finish this replacement. + It's time to finish this replacement. S4U: - Define new template functions Mailbox::get_unique(), returning a std::unique_ptr. diff --git a/src/smpi/bindings/smpi_pmpi_win.cpp b/src/smpi/bindings/smpi_pmpi_win.cpp index 004151db2d..97af6822a2 100644 --- a/src/smpi/bindings/smpi_pmpi_win.cpp +++ b/src/smpi/bindings/smpi_pmpi_win.cpp @@ -24,7 +24,8 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_pmpi); #define CHECK_TARGET_DISP(num)\ if(win->dynamic()==0)\ - CHECK_NEGATIVE((num), MPI_ERR_RMA_RANGE, target_disp)\ + CHECK_NEGATIVE((num), MPI_ERR_RMA_RANGE, target_disp) + /* PMPI User level calls */ int PMPI_Win_create( void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, MPI_Win *win){ diff --git a/src/smpi/mpi/smpi_request.cpp b/src/smpi/mpi/smpi_request.cpp index 8467be601e..fd86a4e6c6 100644 --- a/src/smpi/mpi/smpi_request.cpp +++ b/src/smpi/mpi/smpi_request.cpp @@ -911,7 +911,6 @@ void Request::finish_wait(MPI_Request* request, MPI_Status * status) MC_assert(not MC_is_active()); /* Only fail in MC mode */ } unref(request); - } int Request::wait(MPI_Request * request, MPI_Status * status) diff --git a/teshsuite/s4u/basic-parsing-test/basic-parsing-test.cpp b/teshsuite/s4u/basic-parsing-test/basic-parsing-test.cpp index 00951ca6d4..24705bb865 100644 --- a/teshsuite/s4u/basic-parsing-test/basic-parsing-test.cpp +++ b/teshsuite/s4u/basic-parsing-test/basic-parsing-test.cpp @@ -28,7 +28,6 @@ static void test_one_link(const std::vector hosts) XBT_INFO(" Link %s: latency = %f, bandwidth = %f", link->get_cname(), link->get_latency(), bandwidth); if (bandwidth < min_bandwidth || min_bandwidth < 0.0) min_bandwidth = bandwidth; - } XBT_INFO("Route latency = %f, route bandwidth = %f", latency, min_bandwidth); } @@ -52,7 +51,6 @@ static void test_full_link(const std::vector hosts) XBT_INFO(" Link %s: latency = %f, bandwidth = %f", link->get_cname(), link->get_latency(), bandwidth); if (bandwidth < min_bandwidth || min_bandwidth < 0.0) min_bandwidth = bandwidth; - } XBT_INFO(" Route latency = %f, route bandwidth = %f", latency, min_bandwidth); }