Formatting.

This commit is contained in:
Camilla Berglund 2012-04-09 18:00:07 +02:00
parent ad18589c6c
commit ab40dab235
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string)
{ {
} }
//======================================================================== //========================================================================
// Return the current clipboard contents // Return the current clipboard contents
//======================================================================== //========================================================================

View File

@ -89,6 +89,7 @@ void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string)
free(wideString); free(wideString);
} }
//======================================================================== //========================================================================
// Return the current clipboard contents // Return the current clipboard contents
//======================================================================== //========================================================================