[gimp] app: some whitespace and indentation in gimppalette-load.c



commit 665e7d9a7d6689e6a4a83b5f8eccbc5c1f4c1342
Author: Michael Natterer <mitch gimp org>
Date:   Tue Sep 24 22:14:10 2013 +0200

    app: some whitespace and indentation in gimppalette-load.c

 app/core/gimppalette-load.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimppalette-load.c b/app/core/gimppalette-load.c
index 2d235bf..3cf6250 100644
--- a/app/core/gimppalette-load.c
+++ b/app/core/gimppalette-load.c
@@ -67,8 +67,10 @@ gimp_palette_load (GimpContext  *context,
                    gimp_filename_to_utf8 (filename), g_strerror (errno));
       return NULL;
     }
+
   glist = gimp_palette_load_gpl (context, filename, file, error);
   fclose (file);
+
   return glist;
 }
 
@@ -614,7 +616,8 @@ gimp_palette_load_css (GimpContext  *context,
 }
 
 GimpPaletteFileFormat
-gimp_palette_load_detect_format (const gchar *filename, FILE *file)
+gimp_palette_load_detect_format (const gchar *filename,
+                                 FILE        *file)
 {
   GimpPaletteFileFormat format = GIMP_PALETTE_FILE_FORMAT_UNKNOWN;
   gint                  fd = fileno (file);
@@ -665,6 +668,6 @@ gimp_palette_load_detect_format (const gchar *filename, FILE *file)
     }
 
   rewind (file);
+
   return format;
 }
-


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