From ede4432dab952314a57c94d8e713814e651f83ca Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 23 Jan 2011 18:41:25 +0100 Subject: Indentation fixes --- src/job-manager.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/job-manager.c') diff --git a/src/job-manager.c b/src/job-manager.c index 174c28a..01515ec 100644 --- a/src/job-manager.c +++ b/src/job-manager.c @@ -272,8 +272,7 @@ build_tree (TGallerySetup *setup, g_free (thumb_dir); /* Prepare target preview and orig directories */ - if (items->type == GALLERY_TYPE_ALBUM) - { + if (items->type == GALLERY_TYPE_ALBUM) { res = TRUE; img_big_dir = g_build_path (G_DIR_SEPARATOR_S, path_info->dest_dir, setup->img_big_dir, NULL); img_orig_dir = g_build_path (G_DIR_SEPARATOR_S, path_info->dest_dir, setup->img_orig_dir, NULL); @@ -331,8 +330,7 @@ build_tree (TGallerySetup *setup, #ifdef G_THREADS_ENABLED thread_list = NULL; - for (i = 0; i < jobs; i++) - { + for (i = 0; i < jobs; i++) { error = NULL; thread = g_thread_create (thread_func, job, TRUE, &error); if (thread) -- cgit v1.2.3