Skip to content

Commit 3eafe76

Browse files
committed
TM formatting
1 parent e5f4435 commit 3eafe76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/htm/algorithms/TemporalMemory.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,10 @@ void TemporalMemory::activateCells(const SDR &activeColumns, const bool learn) {
438438
columnActiveSegmentsBegin, columnActiveSegmentsEnd,
439439
columnMatchingSegmentsBegin, columnMatchingSegmentsEnd;
440440

441-
std::tie(column, activeColumnsBegin, activeColumnsEnd, columnActiveSegmentsBegin,
442-
columnActiveSegmentsEnd, columnMatchingSegmentsBegin, columnMatchingSegmentsEnd
441+
std::tie(column,
442+
activeColumnsBegin, activeColumnsEnd,
443+
columnActiveSegmentsBegin, columnActiveSegmentsEnd,
444+
columnMatchingSegmentsBegin, columnMatchingSegmentsEnd
443445
) = columnData;
444446

445447
const bool isActiveColumn = activeColumnsBegin != activeColumnsEnd;

0 commit comments

Comments
 (0)