VirtualBox

Changeset 56335 in vbox


Ignore:
Timestamp:
Jun 10, 2015 11:33:30 AM (9 years ago)
Author:
vboxsync
Message:

*.def,*.sed,*.m,*.mm: whitespace and svn properties

Location:
trunk
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.sed

    • Property svn:eol-style changed from native to LF
  • trunk/include/iprt/err.sed

    • Property svn:eol-style changed from native to LF
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.def

    r46757 r56335  
    1616
    1717EXPORTS
    18         OpenAdapter
     18        OpenAdapter
  • trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.def

    r40269 r56335  
    1111;
    1212
    13 LIBRARY VBOXMRXNP
     13LIBRARY VBOXMRXNP
    1414
    1515EXPORTS
    16         NPGetCaps                               @13
    17         NPAddConnection                     @17
    18         NPAddConnection3                    @38
    19         NPCancelConnection                  @18
    20         NPGetConnection                     @12
    21         NPOpenEnum                              @33
    22         NPEnumResource                      @34
    23         NPCloseEnum                             @35
    24         NPGetUniversalName                  @40
    25         NPGetResourceParent                 @41
    26         NPGetResourceInformation        @52
    27         NPLogonNotify                       @500
    28         NPPasswordChangeNotify          @501
     16        NPGetCaps                               @13
     17        NPAddConnection                     @17
     18        NPAddConnection3                    @38
     19        NPCancelConnection                  @18
     20        NPGetConnection                     @12
     21        NPOpenEnum                              @33
     22        NPEnumResource                      @34
     23        NPCloseEnum                             @35
     24        NPGetUniversalName                  @40
     25        NPGetResourceParent                 @41
     26        NPGetResourceInformation        @52
     27        NPLogonNotify                       @500
     28        NPPasswordChangeNotify          @501
    2929
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def

    r40768 r56335  
    1818
    1919EXPORTS
    20         WlxNegotiate
    21         WlxInitialize
    22         WlxDisplaySASNotice
    23         WlxLoggedOutSAS
    24         WlxActivateUserShell
    25         WlxLoggedOnSAS
    26         WlxDisplayLockedNotice
    27         WlxWkstaLockedSAS
    28         WlxIsLockOk
    29         WlxIsLogoffOk
    30         WlxLogoff
    31         WlxShutdown
    32         ; 1.1
    33         WlxScreenSaverNotify
    34         WlxStartApplication
    35         ; 1.3
    36         WlxNetworkProviderLoad
    37         WlxDisplayStatusMessage
    38         WlxGetStatusMessage
    39         WlxRemoveStatusMessage
    40         ; 1.4
    41         WlxGetConsoleSwitchCredentials
    42         WlxReconnectNotify
    43         WlxDisconnectNotify
     20        WlxNegotiate
     21        WlxInitialize
     22        WlxDisplaySASNotice
     23        WlxLoggedOutSAS
     24        WlxActivateUserShell
     25        WlxLoggedOnSAS
     26        WlxDisplayLockedNotice
     27        WlxWkstaLockedSAS
     28        WlxIsLockOk
     29        WlxIsLogoffOk
     30        WlxLogoff
     31        WlxShutdown
     32        ; 1.1
     33        WlxScreenSaverNotify
     34        WlxStartApplication
     35        ; 1.3
     36        WlxNetworkProviderLoad
     37        WlxDisplayStatusMessage
     38        WlxGetStatusMessage
     39        WlxRemoveStatusMessage
     40        ; 1.4
     41        WlxGetConsoleSwitchCredentials
     42        WlxReconnectNotify
     43        WlxDisconnectNotify
    4444    ; Debug
    4545    VBoxGINADebug
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.def

    • Property svn:keywords changed from Id to Id Revision
    r4377 r56335  
    1313    FS_MPSAFEFLAGS2
    1414    FS32_ATTRIBUTE
    15    
     15
    1616    ; 16-bit entry points.
    1717    FS_ALLOCATEPAGESPACE
  • trunk/src/VBox/Additions/solaris/Installer/vboxdevlink.sed

    r9189 r56335  
    33/name=vboxguest/d
    44$i\
    5 type=ddi_pseudo;name=vboxguest  \\D
     5type=ddi_pseudo;name=vboxguest  \\D
    66
    77!remove
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m

    r55810 r56335  
    1717        if (!pMainWnd)
    1818            pMainWnd = pApp->_mainWindow; /* UGLY!! but mApp->_AppFlags._active = 0, so mainWindow() fails. */
    19         pView = [pMainWnd contentView]; 
     19        pView = [pMainWnd contentView];
    2020    }
    2121    [pPool release];
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m

    • Property svn:executable deleted
    • Property svn:keywords set to Id Revision
    r33540 r56335  
    2020
    2121/* Use this flag to determine whether we use SDLMain.nib or not */
    22 #define         SDL_USE_NIB_FILE        0
     22#define         SDL_USE_NIB_FILE        0
    2323
    2424/* Use this flag to determine whether we use CPS (docking) or not */
    25 #define         SDL_USE_CPS             1
     25#define         SDL_USE_CPS             1
    2626#ifdef SDL_USE_CPS
    2727/* Portions of CPS.h */
    2828typedef struct CPSProcessSerNum
    2929{
    30         UInt32          lo;
    31         UInt32          hi;
     30        UInt32          lo;
     31        UInt32          hi;
    3232} CPSProcessSerNum;
    3333
    34 extern OSErr    CPSGetCurrentProcess( CPSProcessSerNum *psn);
    35 extern OSErr    CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
    36 extern OSErr    CPSSetFrontProcess( CPSProcessSerNum *psn);
     34extern OSErr    CPSGetCurrentProcess( CPSProcessSerNum *psn);
     35extern OSErr    CPSEnableForegroundOperation( CPSProcessSerNum *psn, UInt32 _arg2, UInt32 _arg3, UInt32 _arg4, UInt32 _arg5);
     36extern OSErr    CPSSetFrontProcess( CPSProcessSerNum *psn);
    3737
    3838#endif /* SDL_USE_CPS */
     
    8989    {
    9090        char parentdir[MAXPATHLEN];
    91                 CFURLRef url = CFBundleCopyBundleURL(CFBundleGetMainBundle());
    92                 CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
    93                 if (CFURLGetFileSystemRepresentation(url2, true, (UInt8 *)parentdir, MAXPATHLEN)) {
    94                 int rc = chdir(parentdir);   /* chdir to the binary app's parent */
    95                 Assert(rc == 0);
    96                 }
    97                 CFRelease(url);
    98                 CFRelease(url2);
    99         }
     91                CFURLRef url = CFBundleCopyBundleURL(CFBundleGetMainBundle());
     92                CFURLRef url2 = CFURLCreateCopyDeletingLastPathComponent(0, url);
     93                if (CFURLGetFileSystemRepresentation(url2, true, (UInt8 *)parentdir, MAXPATHLEN)) {
     94                int rc = chdir(parentdir);   /* chdir to the binary app's parent */
     95                Assert(rc == 0);
     96                }
     97                CFRelease(url);
     98                CFRelease(url2);
     99        }
    100100
    101101}
     
    202202static void CustomApplicationMain (int argc, char **argv)
    203203{
    204     NSAutoreleasePool   *pool = [[NSAutoreleasePool alloc] init];
    205     SDLMain                             *sdlMain;
     204    NSAutoreleasePool   *pool = [[NSAutoreleasePool alloc] init];
     205    SDLMain                             *sdlMain;
    206206
    207207    /* Ensure the application object is initialised */
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm

    r54539 r56335  
    4343    UICocoaButton *mRealTarget;
    4444}
    45 /* The next method used to be called initWithObject, but Xcode 4.1 preview 5 
     45/* The next method used to be called initWithObject, but Xcode 4.1 preview 5
    4646   cannot cope with that for some reason.  Hope this doesn't break anything... */
    47 -(id)initWithObjectAndLionTrouble:(UICocoaButton*)object; 
     47-(id)initWithObjectAndLionTrouble:(UICocoaButton*)object;
    4848-(IBAction)clicked:(id)sender;
    4949@end
     
    215215    /* Don't execute the selector for Enter & Escape. */
    216216    if (   commandSelector == @selector(insertNewline:)
    217             || commandSelector == @selector(cancelOperation:))
    218                 return YES;
     217            || commandSelector == @selector(cancelOperation:))
     218                return YES;
    219219    return NO;
    220220}
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxIChatTheaterWrapper.m

    • Property svn:eol-style set to native
  • trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def

    • Property svn:eol-style changed from LF to native
  • trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def

    r56299 r56335  
    2525    InstallNetFlt
    2626    UninstallNetFlt
    27         UninstallNetAdp
    28         InstallNetLwf
     27        UninstallNetAdp
     28        InstallNetLwf
    2929    UninstallNetLwf
    3030    UninstallTAPInstances
     
    3636    Ndis6UpdateHostOnlyInterfaces
    3737
    38 
  • trunk/src/VBox/Runtime/common/err/errmsg.sed

    r56290 r56335  
    55
    66#
    7 # Copyright (C) 2006-2015 Oracle Corporation 
     7# Copyright (C) 2006-2015 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/common/err/errmsgcom.sed

    r56290 r56335  
    44#
    55
    6 # Copyright (C) 2006-2015 Oracle Corporation 
     6# Copyright (C) 2006-2015 Oracle Corporation
    77#
    88# This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def

    r56290 r56335  
    1010
    1111;
    12 ; Copyright (C) 2009-2015 Oracle Corporation 
     12; Copyright (C) 2009-2015 Oracle Corporation
    1313;
    1414; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl.def

    r56290 r56335  
    1010
    1111;
    12 ; Copyright (C) 2009-2015 Oracle Corporation 
     12; Copyright (C) 2009-2015 Oracle Corporation
    1313;
    1414; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def

    • Property svn:keywords changed from Id to Id Revision
    r56290 r56335  
    33
    44;
    5 ; Copyright (C) 2006-2015 Oracle Corporation 
     5; Copyright (C) 2006-2015 Oracle Corporation
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def

    • Property svn:keywords changed from Id to Id Revision
    r56290 r56335  
    33
    44;
    5 ; Copyright (C) 2006-2015 Oracle Corporation 
     5; Copyright (C) 2006-2015 Oracle Corporation
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMR3/VMMR3.def

    r56287 r56335  
    44
    55;
    6 ; Copyright (C) 2010-2015 Oracle Corporation 
     6; Copyright (C) 2010-2015 Oracle Corporation
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/VMMRC/VMMRCBuiltin.def

    r56287 r56335  
    44;
    55
    6 ; Copyright (C) 2006-2015 Oracle Corporation 
     6; Copyright (C) 2006-2015 Oracle Corporation
    77;
    88; This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/VMM/testcase/tstMicroRC.def

    r56287 r56335  
    33; VMM Guest Context Micro Benchmark - Definition file.
    44
    5 ; Copyright (C) 2006-2015 Oracle Corporation 
     5; Copyright (C) 2006-2015 Oracle Corporation
    66;
    77; This file is part of VirtualBox Open Source Edition (OSE), as
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