Remove spaces (#19779)

This commit is contained in:
Dean Lee
2021-01-16 14:17:58 +08:00
committed by GitHub
parent 57d9562d7e
commit d7fad16c20
+1 -1
View File
@@ -272,6 +272,6 @@ void GLWindow::wake() {
FramebufferState* framebuffer_init(const char* name, int32_t layer, int alpha,
int *out_w, int *out_h) {
*out_w = vwp_w;
*out_h = vwp_h;
*out_h = vwp_h;
return (FramebufferState*)1; // not null
}