summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-11-03 23:57:02 +0100
committerDave Davenport <qball@gmpclient.org>2020-11-03 23:57:02 +0100
commit7061eb21ae1625260eeb5715d42a820450c6c513 (patch)
treeda5638189d2526bd421e15d500f92bfaf992405c /config
parentd8eaeec66d0d2f4d4c75992b0dcf211d0f42f49d (diff)
Indent round.
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 111ec742..942063bc 100644
--- a/config/config.c
+++ b/config/config.c
@@ -173,5 +173,5 @@ Settings config = {
.benchmark_ui = FALSE,
/** normalize match */
- .normalize_match = FALSE
+ .normalize_match = FALSE
};