From 322be187905e005ca51c84898cdb8bc253151ca3 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 18 Aug 2009 08:53:12 +0200 Subject: [PATCH] remove trailing whitespace --- plug-ins/common/file-jp2-load.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/common/file-jp2-load.c b/plug-ins/common/file-jp2-load.c index 7ae135283a..02cd0a8813 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,