app: clean tab indentation.

This commit is contained in:
Jehan 2020-10-24 03:05:20 +02:00
parent 7462945360
commit e676ad46ec
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@ splash_create (Gimp *gimp,
g_object_unref (pixbuf);
g_signal_connect_after (splash->area, "draw",
G_CALLBACK (splash_area_draw),
splash);
G_CALLBACK (splash_area_draw),
splash);
/* add a progress bar */
splash->progress = gtk_progress_bar_new ();