Fix minor style violations

This commit is contained in:
Johan Malm 2021-11-26 19:27:50 +00:00
parent bca57213a0
commit d50c2f2eac
5 changed files with 22 additions and 15 deletions

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_H
#define __LABWC_H
#include "config.h"
@ -395,8 +396,7 @@ void foreign_toplevel_handle_create(struct view *view);
void desktop_raise_view(struct view *view);
void desktop_focus_and_activate_view(struct seat *seat, struct view *view);
enum lab_cycle_dir
{
enum lab_cycle_dir {
LAB_CYCLE_DIR_NONE,
LAB_CYCLE_DIR_FORWARD,
LAB_CYCLE_DIR_BACKWARD,