[gthumb] fixed indentation
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] fixed indentation
- Date: Wed, 18 Apr 2018 19:36:03 +0000 (UTC)
commit cbb0892fea2a64333291566f35b4718bc03f34b8
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Apr 18 20:57:35 2018 +0200
fixed indentation
gthumb/gio-utils.c | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/gthumb/gio-utils.c b/gthumb/gio-utils.c
index 0a0eb8b..17ce81c 100644
--- a/gthumb/gio-utils.c
+++ b/gthumb/gio-utils.c
@@ -1495,12 +1495,12 @@ _g_copy_file_to_destination (CopyFileData *copy_file_data,
flags |= G_FILE_COPY_NO_FALLBACK_FOR_MOVE;
if (g_file_move (copy_file_data->source->file,
- copy_file_data->current_destination,
- flags,
- copy_file_data->cancellable,
- copy_file_progress_cb,
- copy_file_data,
- &error))
+ copy_file_data->current_destination,
+ flags,
+ copy_file_data->cancellable,
+ copy_file_progress_cb,
+ copy_file_data,
+ &error))
{
copy_file_data->move_succeed = TRUE;
copy_file__copy_sidecars (copy_file_data);
@@ -1516,14 +1516,14 @@ _g_copy_file_to_destination (CopyFileData *copy_file_data,
}
g_file_copy_async (copy_file_data->source->file,
- copy_file_data->current_destination,
- flags,
- copy_file_data->io_priority,
- copy_file_data->cancellable,
- copy_file_progress_cb,
- copy_file_data,
- copy_file_ready_cb,
- copy_file_data);
+ copy_file_data->current_destination,
+ flags,
+ copy_file_data->io_priority,
+ copy_file_data->cancellable,
+ copy_file_progress_cb,
+ copy_file_data,
+ copy_file_ready_cb,
+ copy_file_data);
break;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]