GUACAMOLE-547: Add missing space between brackets.
diff --git a/src/protocols/ssh/ssh.c b/src/protocols/ssh/ssh.c
index 82d0507..8a18cf4 100644
--- a/src/protocols/ssh/ssh.c
+++ b/src/protocols/ssh/ssh.c
@@ -131,7 +131,7 @@
     } /* end if key given */
 
     /* If available, get password from settings */
-    else if (settings->password != NULL){
+    else if (settings->password != NULL) {
         guac_common_ssh_user_set_password(user, settings->password);
     }