app: clean out a big bunch of leading tabs.

For some unknown reason, most calls to gimp_message_literal() were
indented with tabs.
This commit is contained in:
Jehan
2013-09-15 04:59:20 +12:00
parent b74623090b
commit c7aa623a55
40 changed files with 179 additions and 179 deletions

View File

@ -700,8 +700,8 @@ gimp_thumb_box_create_thumbnail (GimpThumbBox *box,
size, ! force, &error))
{
gimp_message_literal (box->context->gimp,
G_OBJECT (progress), GIMP_MESSAGE_ERROR,
error->message);
G_OBJECT (progress), GIMP_MESSAGE_ERROR,
error->message);
g_clear_error (&error);
}
}