Skip to content

Commit c5002e3

Browse files
committed
clang-format
1 parent 2eb9ce7 commit c5002e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sst/core/testElements/coreTest_LookupTableComponent.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ void
8080
coreTestLookupTableComponent::finish()
8181
{}
8282

83-
bool coreTestLookupTableComponent::tick(SST::Cycle_t)
83+
bool
84+
coreTestLookupTableComponent::tick(SST::Cycle_t)
8485
{
8586
bool done = false;
8687
static const size_t nPerRow = 8;

0 commit comments

Comments
 (0)