Fix style errors (please don't make me do this)

This commit is contained in:
jp9000
2014-04-12 11:21:47 -07:00
parent b53e2a88a3
commit 0e9b13fcf9
4 changed files with 88 additions and 87 deletions

View File

@@ -233,8 +233,7 @@ swapchain_t device_create_swapchain(device_t device, struct gs_init_data *info)
return NULL;
}
if(!gl_platform_init_swapchain(swap))
{
if (!gl_platform_init_swapchain(swap)) {
blog(LOG_ERROR, "gl_platform_init_swapchain failed");
swapchain_destroy(swap);
return NULL;