From 33090fae2debd2a6706cd574182086ea25998314 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 16 Jun 2016 15:24:50 +0200 Subject: [PATCH] [SMPI] Indentation / cosmetics in smpi_base.cpp --- src/smpi/smpi_bench.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/smpi/smpi_bench.cpp b/src/smpi/smpi_bench.cpp index c69d32cea1..8f3530019f 100644 --- a/src/smpi/smpi_bench.cpp +++ b/src/smpi/smpi_bench.cpp @@ -608,9 +608,9 @@ void* smpi_shared_set_call(const char* func, const char* input, void* data) { /** Map a given SMPI privatization segment (make a SMPI process active) */ -void smpi_switch_data_segment(int dest){ - if (smpi_loaded_page==dest)//no need to switch either - return; +void smpi_switch_data_segment(int dest) { + if (smpi_loaded_page == dest)//no need to switch, we've already loaded the one we want + return; // So the job: smpi_really_switch_data_segment(dest); -- 2.20.1