summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-05 17:45:50 +0200
committerDave Davenport <qball@gmpclient.org>2017-10-05 17:45:50 +0200
commit9ae62960c1a6436401946def280e4890f644aa40 (patch)
tree90760e7ecd43db1b280f30662163b5b2745ca0dc /config
parent6ba31683c6ec948b6e88d89d7550f98437c18ea3 (diff)
Indent files.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 422311ef..8e7acdbc 100644
--- a/config/config.c
+++ b/config/config.c
@@ -141,5 +141,5 @@ Settings config = {
.color_urgent = NULL,
.color_window = NULL,
.plugin_path = PLUGIN_PATH,
- .max_history_size = 25,
+ .max_history_size = 25,
};