[Replicant] [libsamsung-ipc] [PATCH 2/9] Makefile.am: Unify leading whitespaces in definitions

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Mon May 23 16:56:10 UTC 2022


In the definitions of all the other part of this Makefile.am and in
all other Makefile.am, the leading whitespaces are tabs.

This makes sure that AM_CFLAGS also use leading tabs.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 samsung-ipc/tests/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/samsung-ipc/tests/Makefile.am b/samsung-ipc/tests/Makefile.am
index d049c74..0249569 100644
--- a/samsung-ipc/tests/Makefile.am
+++ b/samsung-ipc/tests/Makefile.am
@@ -1,10 +1,10 @@
 NULL =
 
 AM_CFLAGS = \
-        -I$(top_srcdir)/include \
-        -I$(top_srcdir)/samsung-ipc \
-        $(OPENSSL_CFLAGS) \
-        $(NULL)
+	-I$(top_srcdir)/include \
+	-I$(top_srcdir)/samsung-ipc \
+	$(OPENSSL_CFLAGS) \
+	$(NULL)
 
 if WANT_DEBUG
 AM_CFLAGS += -ggdb -O0 -DDEBUG
-- 
2.36.0



More information about the Replicant mailing list