text: Fix coding style

Put the return type on a separate line in function declarations.

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Derek Foreman
2014-12-05 15:38:37 -06:00
committed by Pekka Paalanen
parent 45641affe2
commit cb5fceab92
+7 -4
View File
@@ -104,11 +104,14 @@ struct text_backend {
struct wl_listener destroy_listener;
};
static void input_method_context_create(struct text_input *model,
struct input_method *input_method);
static void input_method_context_end_keyboard_grab(struct input_method_context *context);
static void
input_method_context_create(struct text_input *model,
struct input_method *input_method);
static void
input_method_context_end_keyboard_grab(struct input_method_context *context);
static void input_method_init_seat(struct weston_seat *seat);
static void
input_method_init_seat(struct weston_seat *seat);
static void
deactivate_text_input(struct text_input *text_input,