Formatting.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent ad18589c6c
commit ab40dab235
  1. 1
      src/cocoa_clipboard.m
  2. 1
      src/win32_clipboard.c

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

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

Loading…
Cancel
Save