Skip to content

Commit 4271659

Browse files
committed
Make clang-format happy
1 parent a3f5369 commit 4271659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nestkernel/source_table.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ SourceTable::num_unique_sources( const size_t tid, const synindex syn_id ) const
573573
size_t n = 0;
574574
size_t last_source = 0;
575575
for ( BlockVector< Source >::const_iterator cit = sources_[ tid ][ syn_id ].begin();
576-
cit != sources_[ tid ][ syn_id ].end();
577-
++cit )
576+
cit != sources_[ tid ][ syn_id ].end();
577+
++cit )
578578
{
579579
if ( last_source != ( *cit ).get_node_id() )
580580
{

0 commit comments

Comments
 (0)