diff options
author | Robert Tari <robert@tari.in> | 2020-09-16 15:35:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-21 13:14:50 +0200 |
commit | f96d98c74329602120c1c4cff57f31aedaa16234 (patch) | |
tree | 3a603006c953c3df07ca43705afe143b523eabdf | |
parent | 009998bd3112d650c4f2c2c91698393fac6f7285 (diff) | |
download | ayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.tar.gz ayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.tar.bz2 ayatana-ido-f96d98c74329602120c1c4cff57f31aedaa16234.zip |
Whitespace fix
-rw-r--r-- | src/idoswitchmenuitem.c | 4 |
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. **/ |