VirtualBox

Ignore:
Timestamp:
Oct 7, 2013 9:55:13 PM (11 years ago)
Author:
vboxsync
Message:

HostServices: Whitespace and svn:keywords cleanups by scm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp

    r44528 r48953  
    309309{
    310310 /* RTPrintf("%s: fMode=%llu\n", __PRETTY_FUNCTION__, LLUIFY(fMode)); */
    311     testRTFileSetFMode = fMode; 
     311    testRTFileSetFMode = fMode;
    312312    return VINF_SUCCESS;
    313313}
     
    372372    return VINF_SUCCESS;
    373373}
    374                              
     374
    375375extern int testRTFsQueryProperties(const char *pszFsPath,
    376376                                      PRTFSPROPERTIES pProperties)
     
    386386{ RTPrintf("%s\n", __PRETTY_FUNCTION__); return 0; }
    387387extern int testRTFsQuerySizes(const char *pszFsPath, PRTFOFF pcbTotal,
    388                                  RTFOFF *pcbFree, uint32_t *pcbBlock, 
     388                                 RTFOFF *pcbFree, uint32_t *pcbBlock,
    389389                                 uint32_t *pcbSector) { RTPrintf("%s\n", __PRETTY_FUNCTION__); return 0; }
    390390
     
    401401}
    402402
    403 extern int testRTSymlinkDelete(const char *pszSymlink, uint32_t fDelete) 
     403extern int testRTSymlinkDelete(const char *pszSymlink, uint32_t fDelete)
    404404{ RTPrintf("%s\n", __PRETTY_FUNCTION__); return 0; }
    405405extern int testRTSymlinkRead(const char *pszSymlink, char *pszTarget,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette