mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 17:45:06 +00:00
Fix indentation by replacing tabs by spaces. No code change
svn path=/trunk/; revision=22119
This commit is contained in:
parent
e7b716926f
commit
db04a303ee
1 changed files with 237 additions and 238 deletions
|
@ -2789,7 +2789,8 @@ IntChangeDisplaySettings(
|
||||||
if ((dwflags & CDS_VIDEOPARAMETERS) == CDS_VIDEOPARAMETERS)
|
if ((dwflags & CDS_VIDEOPARAMETERS) == CDS_VIDEOPARAMETERS)
|
||||||
{
|
{
|
||||||
dwflags &= ~CDS_VIDEOPARAMETERS;
|
dwflags &= ~CDS_VIDEOPARAMETERS;
|
||||||
if (lParam == NULL) Ret=DISP_CHANGE_BADPARAM;
|
if (lParam == NULL)
|
||||||
|
Ret=DISP_CHANGE_BADPARAM;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DPRINT1("flag CDS_VIDEOPARAMETERS UNIMPLEMENT");
|
DPRINT1("flag CDS_VIDEOPARAMETERS UNIMPLEMENT");
|
||||||
|
@ -2812,7 +2813,6 @@ IntChangeDisplaySettings(
|
||||||
HANDLE DevInstRegKey;
|
HANDLE DevInstRegKey;
|
||||||
ULONG NewValue;
|
ULONG NewValue;
|
||||||
|
|
||||||
|
|
||||||
DPRINT1("set CDS_UPDATEREGISTRY \n");
|
DPRINT1("set CDS_UPDATEREGISTRY \n");
|
||||||
|
|
||||||
dwflags &= ~CDS_UPDATEREGISTRY;
|
dwflags &= ~CDS_UPDATEREGISTRY;
|
||||||
|
@ -2914,9 +2914,8 @@ IntChangeDisplaySettings(
|
||||||
if (NT_SUCCESS(Status))
|
if (NT_SUCCESS(Status))
|
||||||
Ret = DISP_CHANGE_RESTART;
|
Ret = DISP_CHANGE_RESTART;
|
||||||
else
|
else
|
||||||
/* return DISP_CHANGE_NOTUPDATED when we can save to reg only vaild for NT */
|
/* return DISP_CHANGE_NOTUPDATED when we can save to reg only valid for NT */
|
||||||
Ret = DISP_CHANGE_NOTUPDATED;
|
Ret = DISP_CHANGE_NOTUPDATED;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dwflags != 0)
|
if (dwflags != 0)
|
||||||
|
|
Loading…
Reference in a new issue