Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sonar: useless cosmetics
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Oct 2019 09:48:20 +0000 (11:48 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Oct 2019 09:48:20 +0000 (11:48 +0200)
src/instr/instr_paje_events.cpp

index ba18219..54ebc59 100644 (file)
@@ -111,11 +111,11 @@ void StateEvent::print()
       /* Subtract -1 because this is the process id and we transform it to the rank id */
       container_name=std::to_string(stoi(container_name.erase(0, 5)) - 1);
     }
-    #if HAVE_SMPI
+#if HAVE_SMPI
     if (simgrid::config::get_value<bool>("smpi/trace-call-location")) {
       stream_ << container_name << " location " << filename << " " << linenumber << std::endl ;
     }
-    #endif
+#endif
     stream_ << container_name << " " << extra_->print();
     *tracing_files.at(get_container()) << stream_.str() << std::endl;
   } else {