ecore-drm: Fix formatting

Summary: No functional changes, just formatting fixes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-10 12:14:25 -05:00
parent 7fbe17f5c4
commit d800e81d83
1 changed files with 1 additions and 3 deletions

View File

@ -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);