[gtk/wip/baedert/for-master: 52/57] box: Replace tabs with spaces
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/baedert/for-master: 52/57] box: Replace tabs with spaces
- Date: Thu, 31 Dec 2020 07:08:30 +0000 (UTC)
commit 24c405370496ace0e41959e1c2e6915060544310
Author: Timm Bäder <mail baedert org>
Date: Sun Dec 27 18:14:57 2020 +0100
box: Replace tabs with spaces
gtk/gtkbox.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c
index f59595a3b0..074d98d2a3 100644
--- a/gtk/gtkbox.c
+++ b/gtk/gtkbox.c
@@ -346,7 +346,7 @@ gtk_box_new (GtkOrientation orientation,
*/
void
gtk_box_set_homogeneous (GtkBox *box,
- gboolean homogeneous)
+ gboolean homogeneous)
{
GtkBoxLayout *box_layout;
@@ -393,7 +393,7 @@ gtk_box_get_homogeneous (GtkBox *box)
*/
void
gtk_box_set_spacing (GtkBox *box,
- int spacing)
+ int spacing)
{
GtkBoxLayout *box_layout;
@@ -441,7 +441,7 @@ gtk_box_get_spacing (GtkBox *box)
*/
void
gtk_box_set_baseline_position (GtkBox *box,
- GtkBaselinePosition position)
+ GtkBaselinePosition position)
{
GtkBoxLayout *box_layout;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]