summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'IncSet.h')
-rw-r--r--IncSet.h2
1 files changed, 1 insertions, 1 deletions
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;