From 1832bf5c032309283e23af500244b3694d627e61 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 24 Jul 2013 07:11:32 +0100 Subject: [PATCH] Fixup formatting. Signed-off-by: Chris Michael --- src/modules/ecore_imf/wayland/wayland_module.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/ecore_imf/wayland/wayland_module.c b/src/modules/ecore_imf/wayland/wayland_module.c index 37f84a6aff..3689f3a6bd 100644 --- a/src/modules/ecore_imf/wayland/wayland_module.c +++ b/src/modules/ecore_imf/wayland/wayland_module.c @@ -102,17 +102,17 @@ im_module_create() { if (!strcmp(global->interface, "wl_text_input_manager")) { - text_input_manager = wl_registry_bind(registry, global->id, &wl_text_input_manager_interface, 1); - EINA_LOG_DOM_INFO(_ecore_imf_wayland_log_dom, "bound wl_text_input_manager interface"); + text_input_manager = + wl_registry_bind(registry, global->id, + &wl_text_input_manager_interface, 1); + EINA_LOG_DOM_INFO(_ecore_imf_wayland_log_dom, + "bound wl_text_input_manager interface"); } } } ctxd = wayland_im_context_new(text_input_manager); - if (!ctxd) - { - return NULL; - } + if (!ctxd) return NULL; ctx = ecore_imf_context_new(&wayland_imf_class); if (!ctx)