VirtualBox

Changeset 48953 in vbox for trunk


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

HostServices: Whitespace and svn:keywords cleanups by scm.

Location:
trunk/src/VBox/HostServices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp

    r43917 r48953  
    7878static VBOXHOSTCHCTX g_ctx = { false };
    7979
    80 static VBOXHOSTCHANNELCALLBACKS g_callbacks = 
     80static VBOXHOSTCHANNELCALLBACKS g_callbacks =
    8181{
    8282    HostChannelCallbackEvent,
  • trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp

    r37472 r48953  
    3939    uint32_t u32Mode;
    4040    int rc;
    41    
     41
    4242    RTTestISub("Testing HOST_FN_SET_MODE");
    4343    rc = setupTable(&table);
     
    8383    bool fHeadless;
    8484    int rc;
    85    
     85
    8686    RTTestISub("Testing HOST_FN_SET_HEADLESS");
    8787    rc = setupTable(&table);
  • 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