[gimp] Update indentation



commit 64ed52144a777e9229d3af5403a263c418a750f4
Author: Mukund Sivaraman <muks banu com>
Date:   Sat Oct 23 00:34:05 2010 +0530

    Update indentation

 plug-ins/file-jpeg/jpeg-save.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/file-jpeg/jpeg-save.c b/plug-ins/file-jpeg/jpeg-save.c
index ae48bf1..ce9535a 100644
--- a/plug-ins/file-jpeg/jpeg-save.c
+++ b/plug-ins/file-jpeg/jpeg-save.c
@@ -784,12 +784,13 @@ make_preview (void)
 void
 destroy_preview (void)
 {
-  if (prev_p && !prev_p->abort_me) {
-    guint id = prev_p->source_id;
-    prev_p->abort_me = TRUE;   /* signal the background save to stop */
-    background_jpeg_save (prev_p);
-    g_source_remove (id);
-  }
+  if (prev_p && !prev_p->abort_me)
+    {
+      guint id = prev_p->source_id;
+      prev_p->abort_me = TRUE;   /* signal the background save to stop */
+      background_jpeg_save (prev_p);
+      g_source_remove (id);
+    }
 
   if (drawable_global)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]