summaryrefslogtreecommitdiffstats
path: root/include/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/textbox.h')
-rw-r--r--include/widgets/textbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index 01b67a75..85331b20 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -351,13 +351,13 @@ int textbox_get_cursor_x_pos(const textbox *tb);
*
* @returns gets a newly allocated copy of the content of the entrybox.
*/
-char *textbox_get_text ( const textbox *tb );
+char *textbox_get_text(const textbox *tb);
/**
* @param tb Handle to the textbox
*
- * @returns the position of the cursor.
+ * @returns the position of the cursor.
*/
-int textbox_get_cursor ( const textbox *tb );
+int textbox_get_cursor(const textbox *tb);
/**@}*/
#endif // ROFI_TEXTBOX_H