Fix coding style

This commit is contained in:
Johan Malm 2021-09-24 22:04:03 +01:00
parent 104f635b43
commit d2375b025d
3 changed files with 15 additions and 18 deletions

View file

@ -21,14 +21,13 @@
#include "config/mousebind.h"
#include "config/rcxml.h"
static bool in_keybind = false;
static bool in_mousebind = false;
static bool in_keybind;
static bool in_mousebind;
static struct keybind *current_keybind;
static struct mousebind *current_mousebind;
static const char *current_mouse_context;
enum font_place
{
enum font_place {
FONT_PLACE_UNKNOWN = 0,
FONT_PLACE_ACTIVEWINDOW,
FONT_PLACE_MENUITEM,