Trivial: Fix a whitespace messup

Pointed out by Carlos Garnacho in bug 651244.
This commit is contained in:
Matthias Clasen 2012-08-25 14:24:20 -04:00
parent 3b495daccc
commit 0cb56312b9
2 changed files with 4 additions and 4 deletions

View File

@ -10385,7 +10385,7 @@ gtk_entry_set_input_purpose (GtkEntry *entry,
NULL);
g_object_notify (G_OBJECT (entry), "input-purpose");
}
}
}
/**
@ -10434,7 +10434,7 @@ gtk_entry_set_input_hints (GtkEntry *entry,
NULL);
g_object_notify (G_OBJECT (entry), "input-hints");
}
}
}
/**

View File

@ -9712,7 +9712,7 @@ gtk_text_view_set_input_purpose (GtkTextView *text_view,
NULL);
g_object_notify (G_OBJECT (text_view), "input-purpose");
}
}
}
/**
@ -9763,7 +9763,7 @@ gtk_text_view_set_input_hints (GtkTextView *text_view,
NULL);
g_object_notify (G_OBJECT (text_view), "input-hints");
}
}
}
/**