Qt Creator screwed up formatting

This commit is contained in:
Přemysl Eric Janouch 2014-11-19 03:37:54 +01:00
parent 788b252407
commit 6352428e85
1 changed files with 2 additions and 2 deletions

View File

@ -639,13 +639,13 @@ termo_get_buffer_remaining (termo_t *tk)
} }
termo_mouse_proto_t termo_mouse_proto_t
termo_get_mouse_proto(termo_t *tk) termo_get_mouse_proto (termo_t *tk)
{ {
return tk->mouse_proto; return tk->mouse_proto;
} }
termo_mouse_proto_t termo_mouse_proto_t
termo_guess_mouse_proto(termo_t *tk) termo_guess_mouse_proto (termo_t *tk)
{ {
return tk->guessed_mouse_proto; return tk->guessed_mouse_proto;
} }