summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-03-26 15:10:32 +0100
committerHans de Goede <hdegoede@redhat.com>2011-03-28 09:27:46 +0200
commit3b3ddaad4d4b27b5f171ba06cc59c4b6c4ae136d (patch)
treea4947e4e1d4766b7fee351c74f228f6a0f7856d8
parenta3f2fa6592b11968018596765217a1f780c1fde5 (diff)
vdagent-x11: Fix indentation
-rw-r--r--vdagent-x11.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/vdagent-x11.c b/vdagent-x11.c
index 2bf5cd1..9f20b24 100644
--- a/vdagent-x11.c
+++ b/vdagent-x11.c
@@ -205,11 +205,11 @@ static void vdagent_x11_set_clipboard_owner(struct vdagent_x11 *x11,
{
/* Clear pending requests and clipboard data */
if (x11->selection_request) {
- fprintf(x11->errfile,
- "selection requests pending on clipboard ownership change, "
- "clearing");
- while (x11->selection_request)
- vdagent_x11_send_selection_notify(x11, None, 0);
+ fprintf(x11->errfile,
+ "selection requests pending on clipboard ownership change, "
+ "clearing");
+ while (x11->selection_request)
+ vdagent_x11_send_selection_notify(x11, None, 0);
}
if (x11->clipboard_request_target != None) {
fprintf(x11->errfile,