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/Mail/AddressBook/CAddressBookManager.cp

    r86 r96  
    403403                        break; 
    404404                } 
    405         } 
     405        }        
    406406} 
    407407 
     
    558558                // Add to protos list 
    559559                mProtos.push_back(proto); 
    560 } 
     560        } 
    561561 
    562562        // Adjust indices to remove local/web 
     
    571571        if (new_index < (long) mProtos.size() - 1 - proto_offset) 
    572572                accts.insert(accts.begin() + new_index, acct); 
    573                 else 
     573        else 
    574574                accts.push_back(acct); 
    575575        CPreferences::sPrefs->mAddressAccounts.SetDirty(); 
     
    587587                if (result != NULL) 
    588588                        return result; 
    589 } 
    590  
     589        } 
     590         
    591591        return NULL; 
    592         } 
     592} 
    593593 
    594594// Managing the store 
     
    596596{ 
    597597        if ((proto == NULL) || name.empty()) 
    598         return NULL; 
     598                return NULL; 
    599599 
    600600        // Create account name 
     
    623623                if (!directory) 
    624624                { 
    625 } 
     625                } 
    626626 
    627627                // Now insert into parent 
     
    682682                                // Now read the calendar data 
    683683                                node->GetProtocol()->ReadFullCalendar(*node, *cal); 
    684 } 
    685  
     684                        } 
     685                         
    686686                        // Change the name in the calendar 
    687687                        cal->EditName(node->GetShortName()); 
     
    704704                        { 
    705705                                node->SetCalendar(NULL); 
    706                 } 
    707                  
     706                        } 
     707                         
    708708                        CLOG_LOGRETHROW; 
    709709                        throw; 
     
    711711#endif 
    712712        } 
    713  
     713         
    714714        // Now adjust node position 
    715715         
     
    725725                parent_node->AddChild(node, true); 
    726726                Broadcast_Message(eBroadcast_InsertNode, node); 
    727 } 
     727        } 
    728728 
    729729        // Make sure protocol list is in sync after rename 
     
    778778                        if (found == mAdbkSearch.end()) 
    779779                                mAdbkSearch.push_back(adbk); 
    780                                 } 
    781                         } 
     780                } 
     781        } 
    782782        else 
    783783        {