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/HTTP/WebDAVClient/CWebDAVACL.cpp

    r86 r96  
    112112        { 
    113113                for(CCalendarACLList::const_iterator iter = mCalACLs->begin(); iter != mCalACLs->end(); iter++) 
    114         { 
    115                 // Cannot do if change not allowed 
    116                 if (!(*iter).CanChange()) 
    117                         continue; 
    118                  
    119                 // <DAV:ace> element 
    120                 (*iter).GenerateACE(&xmldoc, acl, static_cast<const CWebDAVSession*>(GetSession())->HasDAVVersion(CWebDAVSession::eCyrusoftInheritable)); 
     114                { 
     115                        // Cannot do if change not allowed 
     116                        if (!(*iter).CanChange()) 
     117                                continue; 
     118                         
     119                        // <DAV:ace> element 
     120                        (*iter).GenerateACE(&xmldoc, acl, static_cast<const CWebDAVSession*>(GetSession())->HasDAVVersion(CWebDAVSession::eCyrusoftInheritable)); 
    121121                } 
    122122        }