summaryrefslogtreecommitdiff
path: root/src/job-manager.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2011-01-23 18:41:25 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2011-01-23 18:41:25 +0100
commitede4432dab952314a57c94d8e713814e651f83ca (patch)
tree97faf17bec0e041cf19d7ec27b41fb8b7c2f4ab0 /src/job-manager.c
parent49abd46d162e1d5013a42947c200544b75ab9da1 (diff)
downloadcataract-ede4432dab952314a57c94d8e713814e651f83ca.tar.xz
Indentation fixes
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)