[Spice-devel] [PATCH] Fixing indentation

Pavel Grunt pgrunt at redhat.com
Mon Oct 31 06:40:48 UTC 2016


On Sun, 2016-10-30 at 10:39 +0200, Sameeh Jubran wrote:
> Signed-off-by: Sameeh Jubran <sameeh at daynix.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
> ---
>  qxldod/QxlDod.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qxldod/QxlDod.cpp b/qxldod/QxlDod.cpp
> index 6e70211..c788ef9 100755
> --- a/qxldod/QxlDod.cpp
> +++ b/qxldod/QxlDod.cpp
> @@ -4502,7 +4502,7 @@ NTSTATUS QxlDevice::SetPointerPosition(_In_
> CONST DXGKARG_SETPOINTERPOSITION* pS
>          QXLCursorCmd *cursor_cmd = CursorCmd();
>          if (pSetPointerPosition->X < 0) {
>             cursor_cmd->type = QXL_CURSOR_HIDE;
> -    } else {
> +        } else {
>             cursor_cmd->type = QXL_CURSOR_MOVE;
>             cursor_cmd->u.position.x = (INT16)pSetPointerPosition-
> >X;
>             cursor_cmd->u.position.y = (INT16)pSetPointerPosition-
> >Y;


More information about the Spice-devel mailing list