about summary refs log tree commit diff stats
path: root/src/plugins/themes.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 09:43:28 +0200
commit9b55f2dec0ea27a9ce4856e303425e12f866cea2 (patch)
tree87b723739c420cb7bb4ca7db20dc1d7fc2b3de05 /src/plugins/themes.h
parent66f9a6b7219391b2c8bee5967f5ef7e223fd5d23 (diff)
downloadprofani-tty-9b55f2dec0ea27a9ce4856e303425e12f866cea2.tar.gz
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
Diffstat (limited to 'src/plugins/themes.h')
-rw-r--r--src/plugins/themes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/themes.h b/src/plugins/themes.h
index a87d042e..9e23329f 100644
--- a/src/plugins/themes.h
+++ b/src/plugins/themes.h
@@ -38,6 +38,6 @@
 
 void plugin_themes_init(void);
 void plugin_themes_close(void);
-theme_item_t plugin_themes_get(const char *const group, const char *const key, const char *const def);
+theme_item_t plugin_themes_get(const char* const group, const char* const key, const char* const def);
 
 #endif