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 13:53:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-07 13:53:30 +0200
commita4cadf78faabc157e5db00e42302d495bba432c0 (patch)
tree6ff212e24fe750b04b37ca66c418fe366c5e5fd4 /src/plugins/themes.h
parent28fde3cd0129202d586cb4c24877a3e3f55ca582 (diff)
downloadprofani-tty-a4cadf78faabc157e5db00e42302d495bba432c0.tar.gz
Revert "Apply coding style"
This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2.

Sorting the includes creates some problems.
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 9e23329f..a87d042e 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