mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[FORMATTING] Replace tabs by spaces.
No code change svn path=/trunk/; revision=23009
This commit is contained in:
parent
e00e9c842b
commit
9976565e9f
1 changed files with 67 additions and 67 deletions
|
@ -216,10 +216,10 @@ ScreenSaverThreadMain(PVOID StartContext)
|
|||
(nPreviousState == FALSE))
|
||||
{
|
||||
BOOL nPreviousState = FALSE;
|
||||
DPRINT1("Keyboard and Mouse TimeOut Starting Screen Saver ...\n");
|
||||
DPRINT1(" %I64d Keyboard Timeout Value\n",DiffTimeKeyboard.QuadPart);
|
||||
DPRINT1(" %I64d Mouse Timeout Value \n",DiffTimeMouse.QuadPart);
|
||||
DPRINT1(" %I64d TimeOut \n",DiffTimeMouse.QuadPart);
|
||||
DPRINT("Keyboard and Mouse TimeOut Starting Screen Saver ...\n");
|
||||
DPRINT(" %I64d Keyboard Timeout Value\n",DiffTimeKeyboard.QuadPart);
|
||||
DPRINT(" %I64d Mouse Timeout Value \n",DiffTimeMouse.QuadPart);
|
||||
DPRINT(" %I64d TimeOut \n",DiffTimeMouse.QuadPart);
|
||||
|
||||
CSR_API_MESSAGE Request;
|
||||
CsrInit();
|
||||
|
|
Loading…
Reference in a new issue