From d7fad16c20d79120d83feeee2c18f46efa3f4279 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Sat, 16 Jan 2021 14:17:58 +0800 Subject: [PATCH] Remove spaces (#19779) --- selfdrive/ui/qt/home.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/home.cc b/selfdrive/ui/qt/home.cc index e55380a41..a58b63be6 100644 --- a/selfdrive/ui/qt/home.cc +++ b/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 }