Formatting

This commit is contained in:
Camilla Berglund 2016-07-20 15:14:19 +02:00
parent 614debd13f
commit 04d05fbdc2

View File

@ -269,8 +269,8 @@ GLFWAPI VkResult glfwCreateWindowSurface(VkInstance instance,
{
_GLFWwindow* window = (_GLFWwindow*) handle;
assert(window != NULL);
assert(surface != NULL);
*surface = VK_NULL_HANDLE;
_GLFW_REQUIRE_INIT_OR_RETURN(VK_ERROR_INITIALIZATION_FAILED);