Remove spaces (#19779)

old-commit-hash: d7fad16c20d79120d83feeee2c18f46efa3f4279
This commit is contained in:
Dean Lee
2021-01-16 14:17:58 +08:00
committed by GitHub
parent f296b9b0ac
commit b6e19ce5ab
+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
}