remove one trailing whitespace

This commit is contained in:
Torkel 2020-11-19 09:47:22 +09:00
parent edb8465598
commit 615339a8f6

View File

@ -618,7 +618,7 @@ void window_close_callback(GLFWwindow* window)
}
@endcode
If you wish to be notified when the user attempts to shut down the machine, or
If you wish to be notified when the user attempts to shut down the machine, or
interrupt a shutdown, then set a machine shutdown callback.
@code