Fixed whitespace, moved timeout declaration.
[libguac-client-rdp.git] / src / rdp_glyph.c
index 47dfa16..91ea38a 100644 (file)
@@ -159,7 +159,7 @@ void guac_rdp_glyph_begindraw(rdpContext* context,
     guac_client_data->background.green  = (bgcolor & 0x00FF00) >> 8;
     guac_client_data->background.red    = (bgcolor & 0xFF0000) >> 16;
 
-       /* paint background on destination */
+    /* paint background on destination */
     guac_protocol_send_rect(client->socket,
             GUAC_COMP_OVER, current_layer,
             x, y, width, height,