summaryrefslogtreecommitdiff
path: root/src/nautilus-progress-info.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-11-30 21:35:21 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-11-30 21:35:21 +0100
commit838691f27a78aa52e5dded5dc13867ebf4746a1c (patch)
tree4e3aa39176d8f00b906a077c624d554bb79614a2 /src/nautilus-progress-info.c
parent3050a9c6e2131aa96faf3516e86711ad0dd4c0c1 (diff)
downloadnautilus-838691f27a78aa52e5dded5dc13867ebf4746a1c.tar.gz
general: format code with newer Uncrustify
Some issues were fixed, and now we can rerun Uncrustify to format correctly more part of the code.
Diffstat (limited to 'src/nautilus-progress-info.c')
-rw-r--r--src/nautilus-progress-info.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-progress-info.c b/src/nautilus-progress-info.c
index d8ac8d226..d642d9a4b 100644
--- a/src/nautilus-progress-info.c
+++ b/src/nautilus-progress-info.c
@@ -85,8 +85,8 @@ G_DEFINE_TYPE (NautilusProgressInfo, nautilus_progress_info, G_TYPE_OBJECT)
static void set_details (NautilusProgressInfo *info,
const char *details);
-static void set_status (NautilusProgressInfo *info,
- const char *status);
+static void set_status (NautilusProgressInfo *info,
+ const char *status);
static void
nautilus_progress_info_finalize (GObject *object)
@@ -699,7 +699,7 @@ nautilus_progress_info_set_progress (NautilusProgressInfo *info,
G_LOCK (progress_info);
if ((info->activity_mode || /* emit on switch from activity mode */
- fabs (current_percent - info->progress) > 0.005) && /* Emit on change of 0.5 percent */
+ fabs (current_percent - info->progress) > 0.005) && /* Emit on change of 0.5 percent */
!g_cancellable_is_cancelled (info->cancellable))
{
info->activity_mode = FALSE;