Clarify limits of the if statement
This commit is contained in:
parent
6e8f06e042
commit
43abd53b19
|
@ -482,8 +482,10 @@ void CN_CONNECTIVITY_ALGO::propagateConnections( BOARD_COMMIT* aCommit )
|
||||||
}
|
}
|
||||||
|
|
||||||
if( n_changed )
|
if( n_changed )
|
||||||
|
{
|
||||||
wxLogTrace( "CN", "Cluster %p : net : %d %s\n", cluster.get(),
|
wxLogTrace( "CN", "Cluster %p : net : %d %s\n", cluster.get(),
|
||||||
cluster->OriginNet(), (const char*) cluster->OriginNetName().c_str() );
|
cluster->OriginNet(), (const char*) cluster->OriginNetName().c_str() );
|
||||||
|
}
|
||||||
else
|
else
|
||||||
wxLogTrace( "CN", "Cluster %p : nothing to propagate\n", cluster.get() );
|
wxLogTrace( "CN", "Cluster %p : nothing to propagate\n", cluster.get() );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue