aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-11-19 03:37:54 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2014-11-19 03:37:54 +0100
commit6352428e85cb4f063cea987aa2a3810b04683deb (patch)
treefe58c6265316de9d1d2c32b78eb35e6efd922936
parent788b2524077c9529a61f2f8db41a33d09b79f962 (diff)
downloadtermo-6352428e85cb4f063cea987aa2a3810b04683deb.tar.gz
termo-6352428e85cb4f063cea987aa2a3810b04683deb.tar.xz
termo-6352428e85cb4f063cea987aa2a3810b04683deb.zip
Qt Creator screwed up formatting
-rw-r--r--termo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/termo.c b/termo.c
index e88e74d..95fea88 100644
--- a/termo.c
+++ b/termo.c
@@ -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;
}