[Spice-devel] [PATCH qxl-wddm-dod 07/12] Fix indentation
Frediano Ziglio
fziglio at redhat.com
Wed Apr 12 13:19:54 UTC 2017
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
qxldod/QxlDod.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
index 646ba20..15c4292 100755
--- a/qxldod/QxlDod.cpp
+++ b/qxldod/QxlDod.cpp
@@ -2489,7 +2489,7 @@ NTSTATUS VgaDevice::GetModeList(DXGK_DISPLAY_INFORMATION* pDispInfo)
for (ModeCount = 0; ; ModeCount++)
{
- /* Read the VBE mode number. */
+ /* Read the VBE mode number. */
Status = x86BiosReadMemory (
HIWORD(VbeInfo.VideoModePtr),
LOWORD(VbeInfo.VideoModePtr) + (ModeCount << 1),
@@ -2501,12 +2501,12 @@ NTSTATUS VgaDevice::GetModeList(DXGK_DISPLAY_INFORMATION* pDispInfo)
DbgPrint(TRACE_LEVEL_ERROR, ("x86BiosReadMemory failed with Status: 0x%X\n", Status));
break;
}
- /* End of list? */
+ /* End of list? */
if (ModeTemp == 0xFFFF || ModeTemp == 0)
{
break;
}
- }
+ }
DbgPrint(TRACE_LEVEL_INFORMATION, ("ModeCount %d\n", ModeCount));
--
2.9.3
More information about the Spice-devel
mailing list