diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2020-11-18 22:38:44 +0100 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2021-06-20 20:12:51 +0200 |
commit | 63ef52c63ab376c6db068397edbc2cd295f205b7 (patch) | |
tree | bbe753e5eed5b6ecaa179fc2da046af3af09ed61 /nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | |
parent | 41ea3b68425f45bdcd90a21baa84506f48332782 (diff) | |
download | nx-libs-63ef52c63ab376c6db068397edbc2cd295f205b7.tar.gz nx-libs-63ef52c63ab376c6db068397edbc2cd295f205b7.tar.bz2 nx-libs-63ef52c63ab376c6db068397edbc2cd295f205b7.zip |
Clipboard.c: fix indentation
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Clipboard.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 8 |
1 files 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) |