devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d800e81d832813707f2513764013443a67a87987

commit d800e81d832813707f2513764013443a67a87987
Author: Chris Michael <[email protected]>
Date:   Wed Dec 10 12:14:25 2014 -0500

    ecore-drm: Fix formatting
    
    Summary: No functional changes, just formatting fixes
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_drm/ecore_drm_dbus.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/ecore_drm/ecore_drm_dbus.c 
b/src/lib/ecore_drm/ecore_drm_dbus.c
index 9eb7570..5106cf9 100644
--- a/src/lib/ecore_drm/ecore_drm_dbus.c
+++ b/src/lib/ecore_drm/ecore_drm_dbus.c
@@ -64,9 +64,7 @@ _cb_device_paused(void *ctxt EINA_UNUSED, const 
Eldbus_Message *msg)
    if (eldbus_message_arguments_get(msg, "uus", &maj, &min, &type))
      {
         if (!strcmp(type, "pause"))
-          {
-             _ecore_drm_dbus_device_pause_done(maj, min);
-          }
+          _ecore_drm_dbus_device_pause_done(maj, min);
 
         if (maj == DRM_MAJOR)
           _ecore_drm_event_activate_send(EINA_FALSE);

-- 


Reply via email to