jmuehlner commented on code in PR #383:
URL: https://github.com/apache/guacamole-server/pull/383#discussion_r892875496


##########
src/terminal/terminal.c:
##########
@@ -511,6 +494,38 @@ guac_terminal* guac_terminal_create(guac_client* client,
 
 }
 
+void get_available_dimensions(guac_terminal* term, int width, int height, int* 
aw, int* ah, int* columns, int* rows) {

Review Comment:
   It's a minor thing - but to match styling, there should be a new line 
between the function definition and the enclosed block.
   
   Additionally, if possible, please wrap code at 80 characters. We generally 
use 8 spaces as an indent for line continuations. 
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to