summaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
commitce4b1b23b4f36ca021d4dfc785b75c603572491f (patch)
treee1cfa132066e4faa6bd1554854b08d18a07958ba /include/settings.h
parentb1ecb6ca77a939495219d79fd96ccc60db3bb7eb (diff)
Re-Indent code
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/settings.h b/include/settings.h
index 66b6101d..572ebd6b 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -166,7 +166,7 @@ typedef struct
char *theme;
/** Path where plugins can be found. */
- char * plugin_path;
+ char * plugin_path;
} Settings;
/** Global Settings structure. */
extern Settings config;