mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[REACTOS] Add missing line breaks at end of file
This commit is contained in:
parent
764881a94b
commit
0c2cdcae83
128 changed files with 128 additions and 128 deletions
|
@ -35,4 +35,4 @@ typedef struct _SENDCMDINPARAMS {
|
|||
ULONG dwReserved[4];
|
||||
UCHAR bBuffer[1];
|
||||
} SENDCMDINPARAMS, *PSENDCMDINPARAMS, *LPSENDCMDINPARAMS;
|
||||
#include <poppack.h>
|
||||
#include <poppack.h>
|
||||
|
|
|
@ -91,4 +91,4 @@ CCell::SetCellCoordinates(
|
|||
)
|
||||
{
|
||||
m_CellCoordinates = Coordinates;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -519,4 +519,4 @@ CGridView::SetCellFocus(
|
|||
// Set the new active cell and give it focus
|
||||
m_ActiveCell = NewActiveCell;
|
||||
m_ActiveCell->SetFocus(true);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -81,4 +81,4 @@ private:
|
|||
|
||||
bool ChangeMapFont(
|
||||
);
|
||||
};
|
||||
};
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
|
||||
//WINE_DEFAULT_DEBUG_CHANNEL(charmap);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -311,4 +311,4 @@ CreateStopDependsDialog(HWND hParent,
|
|||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -322,4 +322,4 @@ done:
|
|||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -310,4 +310,4 @@ cmdStatistics(
|
|||
PrintErrorMessage(ERROR_SUCCESS);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -647,4 +647,4 @@ SndMixerGetLineByName(PSND_MIXER Mixer,
|
|||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -798,4 +798,4 @@ const nfs41_upcall_op nfs41_op_setacl = {
|
|||
parse_setacl,
|
||||
handle_setacl,
|
||||
marshall_setacl
|
||||
};
|
||||
};
|
||||
|
|
|
@ -868,4 +868,4 @@ out:
|
|||
dprintf(IOLVL, "<-- pnfs_write() returning %s\n",
|
||||
pnfs_error_string(status));
|
||||
return status;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -92,4 +92,4 @@ extern BOOL g_IsUISuppressed;
|
|||
BOOL
|
||||
GetSuppressNewUIValue(VOID);
|
||||
|
||||
#endif /* _UMPNPMGR_PCH_ */
|
||||
#endif /* _UMPNPMGR_PCH_ */
|
||||
|
|
|
@ -47,4 +47,4 @@ INT_PTR CALLBACK CustomizeNotifyIconsProc(HWND hwnd, UINT Message, WPARAM wParam
|
|||
VOID ShowCustomizeNotifyIcons(HINSTANCE hInst, HWND hExplorer)
|
||||
{
|
||||
DialogBoxW(hInst, MAKEINTRESOURCEW(IDD_NOTIFICATIONS_CUSTOMIZE), hExplorer, CustomizeNotifyIconsProc);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
BOOL attach_main(INT argc, LPWSTR *argv)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue