From 3d0ebc39eae3cc2a80380fa6ea62f40673f045c9 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 10 Dec 2015 02:06:20 +0100 Subject: Replace leading spaces in Makefiles with tabs --- backends/null/Makefile.am | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'backends/null') diff --git a/backends/null/Makefile.am b/backends/null/Makefile.am index 08005e4..9c4fd4c 100644 --- a/backends/null/Makefile.am +++ b/backends/null/Makefile.am @@ -3,22 +3,22 @@ backenddir = $(libdir)/libmatemixer backend_LTLIBRARIES = libmatemixer-null.la AM_CPPFLAGS = \ - -Wno-unknown-pragmas \ - -I$(top_srcdir) \ - -DG_LOG_DOMAIN=\"libmatemixer-null\" + -Wno-unknown-pragmas \ + -I$(top_srcdir) \ + -DG_LOG_DOMAIN=\"libmatemixer-null\" libmatemixer_null_la_CFLAGS = $(GLIB_CFLAGS) libmatemixer_null_la_SOURCES = \ - null-backend.c \ - null-backend.h + null-backend.c \ + null-backend.h libmatemixer_null_la_LIBADD = $(GLIB_LIBS) libmatemixer_null_la_LDFLAGS = \ - -avoid-version \ - -no-undefined \ - -export-dynamic \ - -module + -avoid-version \ + -no-undefined \ + -export-dynamic \ + -module -include $(top_srcdir)/git.mk -- cgit v1.2.1