Fixed whitespace, moved timeout declaration.
[libguac-client-rdp.git] / include / client.h
index c24f782..27500a6 100644 (file)
@@ -54,7 +54,7 @@ typedef struct guac_rdp_color {
 typedef struct rdp_guac_client_data {
 
     freerdp* rdp_inst;
-       rdpSettings* settings;
+    rdpSettings* settings;
 
     int mouse_button_mask;