text: Fix coding style

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

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
dev
Derek Foreman 10 years ago committed by Pekka Paalanen
parent 45641affe2
commit cb5fceab92
  1. 11
      src/text-backend.c

@ -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,

Loading…
Cancel
Save