[gtranslator] Fixed indentation in Makefiles



commit b8771e851b20dc768ef99017395801ba1a8be969
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Apr 12 18:05:49 2012 +0200

    Fixed indentation in Makefiles

 plugins/codeview/Makefile.am  |    2 +-
 plugins/open-tran/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/codeview/Makefile.am b/plugins/codeview/Makefile.am
index 6b152a0..8d5ae52 100644
--- a/plugins/codeview/Makefile.am
+++ b/plugins/codeview/Makefile.am
@@ -27,7 +27,7 @@ libsourcecodeview_la_LDFLAGS = \
 
 
 gtr-codeview-resources.c: gtr-codeview.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies gtr-codeview.gresource.xml)
-			$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source gtr-codeview.gresource.xml
+	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source gtr-codeview.gresource.xml
 
 # Plugin Info
 
diff --git a/plugins/open-tran/Makefile.am b/plugins/open-tran/Makefile.am
index bbe1b2c..df4eb5c 100644
--- a/plugins/open-tran/Makefile.am
+++ b/plugins/open-tran/Makefile.am
@@ -27,7 +27,7 @@ libopentran_la_LDFLAGS = \
 	$(JSON_GLIB_LIBS)
 
 gtr-open-tran-resources.c: gtr-open-tran.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies gtr-open-tran.gresource.xml)
-			$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source gtr-open-tran.gresource.xml
+	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source gtr-open-tran.gresource.xml
 
 
 pixmaps_dir = $(datadir)/pixmaps/gtranslator



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