Show
Ignore:
Timestamp:
07/09/07 21:40:14 (1 year ago)
Author:
daboo
Message:

Whitespace fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/v4.1d1/Sources_Common/Application/Address_Book/CAddressBookViewCommon.cp

    r86 r96  
    131131bool CAddressBookView::TestClose() 
    132132{ 
    133                 // Can always close remote 
    134                 return true; 
     133        // Can always close remote 
     134        return true; 
    135135} 
    136136 
     
    301301        { 
    302302                GetAddressBook()->Open(); 
    303                  
    304         // Start listening to new address book's protocol 
     303                         
     304                // Start listening to new address book's protocol 
    305305                GetAddressBook()->GetProtocol()->Add_Listener(this); 
    306306        }