[goffice] Remove extra white spaces.



commit f856f161e325877371dc50a0462c6033585a6d50
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Apr 20 17:18:13 2012 +0200

    Remove extra white spaces.

 goffice/utils/go-emf.c     |    2 +-
 goffice/utils/go-spectre.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/goffice/utils/go-emf.c b/goffice/utils/go-emf.c
index 057c48b..a67f7b5 100644
--- a/goffice/utils/go-emf.c
+++ b/goffice/utils/go-emf.c
@@ -4260,7 +4260,7 @@ go_emf_parse (GOEmf *emf, GsfInput *input, GError **error)
 			image->width = (state.mmbounds.right - state.mmbounds.left) / 2540. * 72.;
 			image->height = (state.mmbounds.bottom - state.mmbounds.top) / 2540. * 72.;
 		}
-		
+
 		return FALSE;
 #endif
 	default:
diff --git a/goffice/utils/go-spectre.c b/goffice/utils/go-spectre.c
index 93c180c..e6ffee9 100644
--- a/goffice/utils/go-spectre.c
+++ b/goffice/utils/go-spectre.c
@@ -25,8 +25,8 @@
 #       include <libspectre/spectre-document.h>
 #       include <libspectre/spectre-render-context.h>
 #else
-#		include <gsf/gsf-input-textline.h> 
-#		include <gsf/gsf-input-memory.h> 
+#		include <gsf/gsf-input-textline.h>
+#		include <gsf/gsf-input-memory.h>
 #endif
 #include <gsf/gsf-utils.h>
 #include <gsf/gsf-input-stdio.h>



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