Formatting

This commit is contained in:
Camilla Löwy 2022-03-03 21:40:00 +01:00
parent bb9d699ae6
commit 7ce1f3e1cf

View File

@ -1732,7 +1732,7 @@ const char* _glfwGetClipboardStringWayland(void)
// XXX: this is a huge hack, this function shouldnt be synchronous!
handleEvents(NULL);
while (1)
for (;;)
{
// Grow the clipboard if we need to paste something bigger, there is no
// shrink operation yet.