VirtualBox

Changeset 19138 in vbox for trunk/src/VBox/Main/cbinding


Ignore:
Timestamp:
Apr 23, 2009 9:47:43 AM (16 years ago)
Author:
vboxsync
Message:

cbinding: tab to spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/xpcidl.xsl

    r19081 r19138  
    543543
    544544struct PRCListStr {
    545     PRCList     *next;
    546     PRCList     *prev;
     545    PRCList *next;
     546    PRCList *prev;
    547547};
    548548
     
    596596PL_GetEventQueueMonitor(PLEventQueue* self);
    597597
    598 #define PL_ENTER_EVENT_QUEUE_MONITOR(queue)     \
    599         PR_EnterMonitor(PL_GetEventQueueMonitor(queue))
    600 
    601 #define PL_EXIT_EVENT_QUEUE_MONITOR(queue)      \
    602         PR_ExitMonitor(PL_GetEventQueueMonitor(queue))
     598#define PL_ENTER_EVENT_QUEUE_MONITOR(queue) \
     599    PR_EnterMonitor(PL_GetEventQueueMonitor(queue))
     600
     601#define PL_EXIT_EVENT_QUEUE_MONITOR(queue)  \
     602    PR_ExitMonitor(PL_GetEventQueueMonitor(queue))
    603603
    604604PR_EXTERN(PRStatus) PL_PostEvent(PLEventQueue* self, PLEvent* event);
     
    622622PR_EXTERN(void)
    623623PL_InitEvent(PLEvent* self, void* owner,
    624                         PLHandleEventProc handler,
    625                         PLDestroyEventProc destructor);
     624            PLHandleEventProc handler,
     625            PLDestroyEventProc destructor);
    626626PR_EXTERN(void*) PL_GetEventOwner(PLEvent* self);
    627627PR_EXTERN(void) PL_HandleEvent(PLEvent* self);
     
    631631
    632632struct PLEvent {
    633     PRCList                             link;
    634     PLHandleEventProc   handler;
    635     PLDestroyEventProc  destructor;
    636     void*                               owner;
    637     void*                               synchronousResult;
     633    PRCList             link;
     634    PLHandleEventProc   handler;
     635    PLDestroyEventProc  destructor;
     636    void*               owner;
     637    void*               synchronousResult;
    638638    PRLock*             lock;
    639639    PRCondVar*          condVar;
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