mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[FORMATTING] Fix indentation
svn path=/trunk/; revision=31461
This commit is contained in:
parent
5f52a2893f
commit
3dce2f69c7
1 changed files with 71 additions and 71 deletions
|
@ -43,12 +43,12 @@ extern struct Application* SelectedApplication;
|
|||
extern WCHAR Strings [STRING_COUNT][MAX_STRING_LENGHT];
|
||||
|
||||
typedef struct _IBindStatusCallbackImpl
|
||||
{
|
||||
{
|
||||
const IBindStatusCallbackVtbl *vtbl;
|
||||
LONG ref;
|
||||
HWND hDialog;
|
||||
BOOL *pbCancelled;
|
||||
} IBindStatusCallbackImpl;
|
||||
} IBindStatusCallbackImpl;
|
||||
|
||||
static HRESULT WINAPI
|
||||
dlQueryInterface(IBindStatusCallback* This, REFIID riid, void** ppvObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue