tinywl: fix extra whitespace

Simon Ser 2 years ago
parent 5007e713b4
commit 90d7bce994

@ -864,7 +864,7 @@ int main(int argc, char *argv[]) {
* The allocator is the bridge between the renderer and the backend. It * The allocator is the bridge between the renderer and the backend. It
* handles the buffer creation, allowing wlroots to render onto the * handles the buffer creation, allowing wlroots to render onto the
* screen */ * screen */
server.allocator = wlr_allocator_autocreate(server.backend, server.allocator = wlr_allocator_autocreate(server.backend,
server.renderer); server.renderer);
if (server.allocator == NULL) { if (server.allocator == NULL) {
wlr_log(WLR_ERROR, "failed to create wlr_allocator"); wlr_log(WLR_ERROR, "failed to create wlr_allocator");

Loading…
Cancel
Save