From 815f3043cf0c62cc8cdbab1722736a65abea4a6c Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Wed, 21 Jun 2023 14:42:16 -0600 Subject: [PATCH] clang-format fixes --- src/sst/core/event.h | 4 +--- src/sst/core/simulation.cc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/sst/core/event.h b/src/sst/core/event.h index c036f21f7..cb096a0fe 100644 --- a/src/sst/core/event.h +++ b/src/sst/core/event.h @@ -65,9 +65,7 @@ class Event : public Activity /** Constant, default value for id_types */ static const id_type NO_ID; - Event() - : Activity(), - delivery_info(0) + Event() : Activity(), delivery_info(0) { setPriority(EVENTPRIORITY); #if __SST_DEBUG_EVENT_TRACKING__ diff --git a/src/sst/core/simulation.cc b/src/sst/core/simulation.cc index 65bceba6b..a22a5551c 100644 --- a/src/sst/core/simulation.cc +++ b/src/sst/core/simulation.cc @@ -252,7 +252,7 @@ Simulation_impl::processGraphInfo(ConfigGraph& graph, const RankInfo& UNUSED(myR interThreadLatencies[i] = MAX_SIMTIME_T; } - interThreadMinLatency = MAX_SIMTIME_T; + interThreadMinLatency = MAX_SIMTIME_T; int num_cross_thread_links = 0; if ( num_ranks.thread > 1 ) { // Need to determine the lookahead for the thread synchronization