[gimp] remove trailing whitespace



commit 322be187905e005ca51c84898cdb8bc253151ca3
Author: Sven Neumann <sven gimp org>
Date:   Tue Aug 18 08:53:12 2009 +0200

    remove trailing whitespace

 plug-ins/common/file-jp2-load.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c
index 7ae1352..02cd0a8 100644
--- a/plug-ins/common/file-jp2-load.c
+++ b/plug-ins/common/file-jp2-load.c
@@ -292,14 +292,14 @@ load_image (const gchar  *filename,
                      "no code in place to convert it to RGB."),
                    gimp_filename_to_utf8 (filename));
       return -1;
-      
+
     case JAS_CLRSPC_FAM_YCBCR:
       g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
                    _("The image '%s' is in the YCbCr color space but there is "
                      "no code in place to convert it to RGB."),
                    gimp_filename_to_utf8 (filename));
       return -1;
-      
+
     case JAS_CLRSPC_FAM_UNKNOWN:
     default:
       g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,



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