[gnome-builder] Replace space indentation with tabs in Makefiles



commit 6c17779cbef6b96bd8a012f71a5ef820328fc522
Author: Garrett Regier <garrettregier gmail com>
Date:   Tue May 5 20:47:18 2015 -0700

    Replace space indentation with tabs in Makefiles

 contrib/egg/Makefile.am |   12 ++++++------
 libide/Makefile.am      |   14 +++++++-------
 src/Makefile.am         |    8 ++++----
 3 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/contrib/egg/Makefile.am b/contrib/egg/Makefile.am
index 1c7d128..b740810 100644
--- a/contrib/egg/Makefile.am
+++ b/contrib/egg/Makefile.am
@@ -1,14 +1,14 @@
 noinst_LTLIBRARIES = libegg.la
 
 libegg_la_SOURCES = \
-        egg-binding-set.c \
-        egg-binding-set.h \
-        egg-search-bar.c \
-        egg-search-bar.h \
+       egg-binding-set.c \
+       egg-binding-set.h \
+       egg-search-bar.c \
+       egg-search-bar.h \
        egg-signal-group.c \
        egg-signal-group.h \
-        egg-state-machine.c \
-        egg-state-machine.h \
+       egg-state-machine.c \
+       egg-state-machine.h \
        $(NULL)
 
 libegg_la_CFLAGS = $(EGG_CFLAGS)
diff --git a/libide/Makefile.am b/libide/Makefile.am
index 8aca16c..24242a5 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -155,8 +155,8 @@ libide_1_0_la_public_sources = \
        ide-search-result.h \
        ide-service.c \
        ide-service.h \
-        ide-settings.c \
-        ide-settings.h \
+       ide-settings.c \
+       ide-settings.h \
        ide-source-location.c \
        ide-source-location.h \
        ide-source-range.c \
@@ -216,10 +216,10 @@ libide_1_0_la_public_sources = \
        xml/ide-xml-indenter.h \
        xml/ide-xml-language.c \
        xml/ide-xml-language.h \
-        ide-source-map.c \
-        ide-source-map.h \
-        ide-thread-pool.c \
-        ide-thread-pool.h \
+       ide-source-map.c \
+       ide-source-map.h \
+       ide-thread-pool.c \
+       ide-thread-pool.h \
        $(NULL)
 
 libide_1_0_la_SOURCES = \
@@ -390,7 +390,7 @@ glib_enum_headers =  \
        ide-highlighter.h \
        ide-indent-style.h \
        ide-source-view.h \
-        ide-thread-pool.h \
+       ide-thread-pool.h \
        $(NULL)
 include $(top_srcdir)/build/autotools/Makefile.am.enums
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 660d24a..6bf1507 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -166,10 +166,10 @@ libgnome_builder_la_SOURCES = \
        workbench/gb-workbench.h \
        workbench/gb-workspace.c \
        workbench/gb-workspace.h \
-        css/gb-css-provider.c \
-        css/gb-css-provider.h \
-        util/gb-settings.c \
-        util/gb-settings.h \
+       css/gb-css-provider.c \
+       css/gb-css-provider.h \
+       util/gb-settings.c \
+       util/gb-settings.h \
        $(NULL)
 
 nodist_libgnome_builder_la_SOURCES = \


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