mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-21 20:35:58 +01:00
tinywl: fix extra whitespace
This commit is contained in:
parent
5007e713b4
commit
90d7bce994
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ int main(int argc, char *argv[]) {
|
|||
* The allocator is the bridge between the renderer and the backend. It
|
||||
* handles the buffer creation, allowing wlroots to render onto the
|
||||
* screen */
|
||||
server.allocator = wlr_allocator_autocreate(server.backend,
|
||||
server.allocator = wlr_allocator_autocreate(server.backend,
|
||||
server.renderer);
|
||||
if (server.allocator == NULL) {
|
||||
wlr_log(WLR_ERROR, "failed to create wlr_allocator");
|
||||
|
|
Loading…
Reference in a new issue