From d4cee6e93d065288f424794b32014df6ccf6d525 Mon Sep 17 00:00:00 2001 From: Zandr Martin Date: Fri, 22 Jul 2016 07:25:37 -0500 Subject: [PATCH] spaces -> tabs on line in config.h --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 87e231877..cf4dadd2a 100644 --- a/include/config.h +++ b/include/config.h @@ -136,7 +136,7 @@ struct bar_config { int height; // -1 not defined int tray_padding; bool workspace_buttons; - bool wrap_scroll; + bool wrap_scroll; char *separator_symbol; bool strip_workspace_numbers; bool binding_mode_indicator;