Remove spaces (#19779)

old-commit-hash: d7fad16c20
vw-mqb-aeb
Dean Lee 4 years ago committed by GitHub
parent f296b9b0ac
commit b6e19ce5ab
  1. 2
      selfdrive/ui/qt/home.cc

@ -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
}

Loading…
Cancel
Save