[X2Go-Commits] [nx-libs] 368/429: Clipboard.c: fix indentation

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:37:09 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 63ef52c63ab376c6db068397edbc2cd295f205b7
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Wed Nov 18 22:38:44 2020 +0100

    Clipboard.c: fix indentation
---
 nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
index ceed43aa9..f8d1a5d18 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c
@@ -2022,12 +2022,12 @@ static void setSelectionOwnerOnXServer(Selection *pSelection)
                 nxagentClientInfoString(lastSelectionOwner[index].client),
                     nxagentClientInfoString(pSelection->client));
     fprintf(stderr, "%s: lastSelectionOwner.window [0x%x] -> [0x%x]\n", __func__,
-            lastSelectionOwner[index].window, pSelection->window);
+                lastSelectionOwner[index].window, pSelection->window);
     fprintf(stderr, "%s: lastSelectionOwner.windowPtr [%p] -> [%p] [0x%x] (serverWindow: [0x%lx])\n", __func__,
-            (void *)lastSelectionOwner[index].windowPtr, (void *)pSelection->pWin,
-            nxagentWindow(pSelection->pWin), serverWindow);
+                (void *)lastSelectionOwner[index].windowPtr, (void *)pSelection->pWin,
+                    nxagentWindow(pSelection->pWin), serverWindow);
     fprintf(stderr, "%s: lastSelectionOwner.lastTimeChanged [%u]\n", __func__,
-            lastSelectionOwner[index].lastTimeChanged);
+                lastSelectionOwner[index].lastTimeChanged);
     #endif
 
     #if defined(TEST) || defined(DEBUG)

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list