[Spice-devel] [PATCH] Fix spacing in VDAgent initialization list
Alon Levy
alevy at redhat.com
Thu Mar 1 06:32:45 PST 2012
On Thu, Mar 01, 2012 at 02:36:11PM +0100, Christophe Fergeau wrote:
> 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.
ACK.
> ---
> 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
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list