tests: Fix testaccel indentation

This commit is contained in:
Alexander Mikhaylenko 2020-05-11 02:32:27 +05:00
parent 0f57e6c3c0
commit 778d3884e2

View File

@ -104,7 +104,8 @@ key_test (void)
NULL);
gtk_tree_view_append_column (GTK_TREE_VIEW (tv), column);
for (i = 0; i < 10; i++) {
for (i = 0; i < 10; i++)
{
GtkTreeIter iter;
gtk_list_store_append (store, &iter);