summaryrefslogtreecommitdiff
path: root/src/job-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/job-manager.c')
-rw-r--r--src/job-manager.c6
1 files changed, 2 insertions, 4 deletions
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)