summaryrefslogtreecommitdiffstats
path: root/include/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/theme.h')
-rw-r--r--include/theme.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/theme.h b/include/theme.h
index 843a658a..feb6d06b 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -91,7 +91,7 @@ void rofi_theme_property_free ( Property *p );
*
* @returns a copy of p
*/
-Property* rofi_theme_property_copy ( Property *p);
+Property* rofi_theme_property_copy ( Property *p );
/**
* @param widget
*
@@ -162,7 +162,6 @@ int rofi_theme_get_integer ( const widget *widget, const char *property, int
*/
int rofi_theme_get_position ( const widget *widget, const char *property, int def );
-
/**
* @param widget The widget to query
* @param property The property to query.
@@ -288,7 +287,6 @@ GList *rofi_theme_get_list ( const widget *widget, const char * property, const
*/
gboolean rofi_theme_is_empty ( void );
-
/**
* Reset the current theme.
*/