Changeset 5433 for source


Ignore:
Timestamp:
Jul 29, 2009, 4:32:16 PM (15 years ago)
Author:
Christoph Mayer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/overlay/modules/chord/Chord.cpp

    r5432 r5433  
    186186        } else {
    187187                // only succ and pred
    188                 if( table->get_predesessor() != NULL )
     188                if( table->get_predesessor() != NULL ){
    189189                        nodelist.push_back( *(table->get_predesessor()) );
    190 
    191                 if( table->get_successor() != NULL )
     190                }
     191               
     192                if( table->get_successor() != NULL ){
    192193                        nodelist.push_back( *(table->get_successor()) );
     194                }
    193195        }
    194196
Note: See TracChangeset for help on using the changeset viewer.