diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-19 03:37:54 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-11-19 03:37:54 +0100 |
commit | 6352428e85cb4f063cea987aa2a3810b04683deb (patch) | |
tree | fe58c6265316de9d1d2c32b78eb35e6efd922936 /termo.c | |
parent | 788b2524077c9529a61f2f8db41a33d09b79f962 (diff) | |
download | termo-6352428e85cb4f063cea987aa2a3810b04683deb.tar.gz termo-6352428e85cb4f063cea987aa2a3810b04683deb.tar.xz termo-6352428e85cb4f063cea987aa2a3810b04683deb.zip |
Qt Creator screwed up formatting
Diffstat (limited to 'termo.c')
-rw-r--r-- | termo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -639,13 +639,13 @@ termo_get_buffer_remaining (termo_t *tk) } termo_mouse_proto_t -termo_get_mouse_proto(termo_t *tk) +termo_get_mouse_proto (termo_t *tk) { return tk->mouse_proto; } termo_mouse_proto_t -termo_guess_mouse_proto(termo_t *tk) +termo_guess_mouse_proto (termo_t *tk) { return tk->guessed_mouse_proto; } |