From 61e14d4bb25268593019e6df3eb02264b4ac8e0e Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 31 Oct 2020 23:28:02 +0100 Subject: Spacing around operators --- IncSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index a6c1974e..b07840f7 100644 --- a/IncSet.h +++ b/IncSet.h @@ -22,7 +22,7 @@ typedef enum { } IncType; typedef struct IncMode_ { - char buffer[INCMODE_MAX+1]; + char buffer[INCMODE_MAX + 1]; int index; FunctionBar* bar; bool isFilter; -- cgit v1.2.3