[Spice-devel] [PATCH] Fix spacing in VDAgent initialization list

Christophe Fergeau cfergeau at redhat.com
Thu Mar 1 05:36:11 PST 2012


The convention in vdagent codebase seems to put a space before
the opening parenthesis in initialization list, this commit fixes
2 inconsistencies related to that.
---
 vdagent/vdagent.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
index aeef433..5ef0a18 100644
--- a/vdagent/vdagent.cpp
+++ b/vdagent/vdagent.cpp
@@ -178,8 +178,8 @@ VDAgent::VDAgent()
     , _display_setting (VD_AGENT_REGISTRY_KEY)
     , _logon_desktop (false)
     , _display_setting_initialized (false)
-    , _client_caps(NULL)
-    , _client_caps_size(0)
+    , _client_caps (NULL)
+    , _client_caps_size (0)
     , _log (NULL)
 {
     TCHAR log_path[MAX_PATH];
-- 
1.7.7.6



More information about the Spice-devel mailing list