aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-09-16 15:35:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-10-21 13:14:50 +0200
commitf96d98c74329602120c1c4cff57f31aedaa16234 (patch)
tree3a603006c953c3df07ca43705afe143b523eabdf /src
parent009998bd3112d650c4f2c2c91698393fac6f7285 (diff)
downloadayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.tar.gz
ayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.tar.bz2
ayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.zip
Whitespace fix
Diffstat (limited to 'src')
-rw-r--r--src/idoswitchmenuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idoswitchmenuitem.c b/src/idoswitchmenuitem.c
index bd00e1d..5a068f4 100644
--- a/src/idoswitchmenuitem.c
+++ b/src/idoswitchmenuitem.c
@@ -28,7 +28,7 @@ static gboolean ido_switch_menu_button_release_event (GtkWidget * widget,
GdkEventButton * event);
-typedef struct
+typedef struct
{
GtkWidget * box;
GtkWidget * content_area;
@@ -179,7 +179,7 @@ ido_switch_menu_item_set_label (IdoSwitchMenuItem *item,
/**
* ido_switch_menu_item_set_icon:
* @item: a #IdoSwitchMenuItem.
- * @icon: (allow-none): a #GIcon
+ * @icon: (allow-none): a #GIcon
*
* Set the icon of @item to @icon.
**/