Skip to content

Commit aa30906

Browse files
committed
CbTweetListBox: Whitespace
1 parent 4722a21 commit aa30906

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/CbTweetListBox.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cb_tweet_list_box_init (CbTweetListBox *self)
128128
tweet_row_create_func,
129129
self,
130130
NULL);
131-
131+
132132
/* Create some pre-defined placeholder widgetry */
133133
{
134134
GtkWidget *loading_label;
@@ -137,7 +137,7 @@ cb_tweet_list_box_init (CbTweetListBox *self)
137137

138138
self->placeholder = gtk_stack_new ();
139139
gtk_stack_set_transition_type ((GtkStack *)self->placeholder, GTK_STACK_TRANSITION_TYPE_CROSSFADE);
140-
140+
141141
loading_label = gtk_label_new (_("Loading…"));
142142
gtk_style_context_add_class (gtk_widget_get_style_context (loading_label), "dim-label");
143143
gtk_stack_add_named ((GtkStack *)self->placeholder, loading_label, "spinner");
@@ -221,7 +221,6 @@ cb_tweet_list_box_get_placeholder (CbTweetListBox *self)
221221
return self->placeholder;
222222
}
223223

224-
225224
void
226225
cb_tweet_list_box_remove_all (CbTweetListBox *self)
227226
{

0 commit comments

Comments
 (0)