Unwrap #define value

In the name of constistency do not wrap the value in parenthesis if the
value is a single number.
This commit is contained in:
Consus 2023-12-04 00:57:31 +03:00 committed by Consolatis
parent e36c065c7b
commit 3ca0d8a171

View file

@ -31,7 +31,7 @@
#include "workspaces.h" #include "workspaces.h"
#include "xwayland.h" #include "xwayland.h"
#define LAB_WLR_COMPOSITOR_VERSION (5) #define LAB_WLR_COMPOSITOR_VERSION 5
#define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1 #define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1
static struct wlr_compositor *compositor; static struct wlr_compositor *compositor;