Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-01-06 11:55:09 +00:00
parent c7b520cd80
commit 87f9dcbb9e
1 changed files with 1 additions and 3 deletions

View File

@ -63,9 +63,7 @@ _open_device(const char *device)
ret = ECORE_DRM_OP_FAILURE;
}
else
{
fprintf(stderr, "Launcher Opened Device: %s %d\n", device, fd);
}
fprintf(stderr, "Launcher Opened Device: %s %d\n", device, fd);
_send_msg(ECORE_DRM_OP_DEVICE_OPEN, fd, &ret, sizeof(int));