app: clean out tab indentations.

This commit is contained in:
Jehan
2016-12-21 04:05:32 +01:00
parent 0d89f5b1e2
commit 3fa016fb4b
35 changed files with 202 additions and 202 deletions

View File

@ -158,8 +158,8 @@ splash_create (gboolean be_verbose,
g_object_unref (pixbuf);
g_signal_connect_after (splash->area, "expose-event",
G_CALLBACK (splash_area_expose),
splash);
G_CALLBACK (splash_area_expose),
splash);
/* add a progress bar */
splash->progress = gtk_progress_bar_new ();