Index: source/ariba/overlay/modules/chord/Chord.cpp
===================================================================
--- source/ariba/overlay/modules/chord/Chord.cpp	(revision 5432)
+++ source/ariba/overlay/modules/chord/Chord.cpp	(revision 5433)
@@ -186,9 +186,11 @@
 	} else {
 		// only succ and pred
-		if( table->get_predesessor() != NULL )
+		if( table->get_predesessor() != NULL ){
 			nodelist.push_back( *(table->get_predesessor()) );
-
-		if( table->get_successor() != NULL )
+		}
+		
+		if( table->get_successor() != NULL ){
 			nodelist.push_back( *(table->get_successor()) );
+		}
 	}
 
