From a410341c11d7ee08b5700e15b66360977bfa7457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Thu, 7 Jan 2010 18:39:20 +0000 Subject: [PATCH] Indented on Fedora 11 git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1525 423420c4-83ab-492f-b58f-81f9feb106b5 --- xwin.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xwin.c b/xwin.c index ea05b10..fa75345 100644 --- a/xwin.c +++ b/xwin.c @@ -2099,7 +2099,8 @@ ui_create_window(void) /* create invisible 1x1 cursor to be used as null cursor */ if (g_null_cursor == NULL) - g_null_cursor = ui_create_cursor(0, 0, 1, 1, null_pointer_mask, null_pointer_data, 24); + g_null_cursor = + ui_create_cursor(0, 0, 1, 1, null_pointer_mask, null_pointer_data, 24); if (g_seamless_rdp) { @@ -2774,12 +2775,12 @@ ui_destroy_glyph(RD_HGLYPH glyph) /* convert next pixel to 32 bpp */ static int -get_next_xor_pixel(uint8 * xormask, int bpp, int * k) +get_next_xor_pixel(uint8 * xormask, int bpp, int *k) { int rv = 0; PixelColour pc; - uint8 * s8; - uint16 * s16; + uint8 *s8; + uint16 *s16; switch (bpp) {