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

Frediano Ziglio fziglio at redhat.com
Wed Feb 27 16:42:36 UTC 2019


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;
         }
     }
 
-- 
2.20.1



More information about the Spice-devel mailing list