[evolution-exchange] Remove excessive spaces in generated files



commit b599c8a2b0874468ee70ecd5c96740f5707aa58d
Author: Milan Crha <mcrha redhat com>
Date:   Mon Oct 26 14:53:51 2009 +0100

    Remove excessive spaces in generated files

 server/lib/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/server/lib/Makefile.am b/server/lib/Makefile.am
index cd1be83..412fe42 100644
--- a/server/lib/Makefile.am
+++ b/server/lib/Makefile.am
@@ -11,21 +11,21 @@ e2k_proptags_h_in  = $(srcdir)/e2k-proptags.h.in
 e2k-propnames.h: $(e2k_propnames_h_in) $(mapi_properties)
 	@echo Building $@
 	@( awk '/^ AUTOGENERATE@/ {exit;} {print;}' $(e2k_propnames_h_in); \
-	  awk '/^x/ { printf "#define %-39s E2K_NS_MAPI_PROPTAG  \"%s\" \n", $$2, $$1; }' $(mapi_properties); \
+	  awk '/^x/ { printf "#define %-39s E2K_NS_MAPI_PROPTAG  \"%s\"\n", $$2, $$1; }' $(mapi_properties); \
 	  awk '{if (tail) { print; }} /^ AUTOGENERATE@/ {tail=1;}' $(e2k_propnames_h_in) ) \
 	> $@
 
 e2k-propnames.c: $(e2k_propnames_c_in) $(mapi_properties)
 	@echo Building $@
 	@( awk '/^ AUTOGENERATE@/ {exit;} {print;}' $(e2k_propnames_c_in); \
-	  awk '/^x/ { print " \t{  \"" $$1 " \",  \"" $$2 " \" },"; }' $(mapi_properties); \
+	  awk '/^x/ { print " \t{  \"" $$1 "\",  \"" $$2 "\" },"; }' $(mapi_properties); \
 	  awk '{if (tail) { print; }} /^ AUTOGENERATE@/ {tail=1;}' $(e2k_propnames_c_in) ) \
 	> $@
 
 e2k-proptags.h: $(e2k_proptags_h_in) $(mapi_properties)
 	@echo Building $@
 	@( awk '/^ AUTOGENERATE@/ {exit;} {print;}' $(e2k_proptags_h_in); \
-	  awk '/^x/ { printf "#define E2K_PROPTAG_%-39s 0%s \n", $$2, $$1; }' $(mapi_properties); \
+	  awk '/^x/ { printf "#define E2K_PROPTAG_%-39s 0%s\n", $$2, $$1; }' $(mapi_properties); \
 	  awk '{if (tail) { print; }} /^ AUTOGENERATE@/ {tail=1;}' $(e2k_proptags_h_in) ) \
 	> $@
 



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