summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-06-01 10:44:23 +0200
committerDave Davenport <qball@gmpclient.org>2021-06-01 10:44:23 +0200
commit3b297ee80dbddcfbf9f8e08bf3fd65e286b762df (patch)
treebb45a309edbf11eab7ff4771f57209862424a2f0 /config
parent5a7df38ccdf44117c3b9aa13fc4e951849e738d2 (diff)
Re-indent the code using indenter.
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 039e0426..420a7ab9 100644
--- a/config/config.c
+++ b/config/config.c
@@ -173,5 +173,5 @@ Settings config = {
/** normalize match */
.normalize_match = FALSE,
/** steal focus */
- .steal_focus = FALSE
+ .steal_focus = FALSE
};