[Spice-devel] [vdagent-win PATCH] Fix indentation

Victor Toso victortoso at redhat.com
Wed Feb 27 16:54:40 UTC 2019


Hi,

On Wed, Feb 27, 2019 at 04:42:36PM +0000, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  vdagent/as_user.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/vdagent/as_user.cpp b/vdagent/as_user.cpp
> index c8016da..fc1f056 100644
> --- a/vdagent/as_user.cpp
> +++ b/vdagent/as_user.cpp
> @@ -42,7 +42,7 @@ bool AsUser::begin()
>          ret = WTSQueryUserToken(_session_id, &_token);
>          if (!ret) {
>              vd_printf("WTSQueryUserToken failed -- %lu", GetLastError());
> -        return false;
> +            return false;

Sure,
Acked-by: Victor Toso <victortoso at redhat.com>

>          }
>      }
>  
> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20190227/00cbb24f/attachment.sig>


More information about the Spice-devel mailing list