aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-04-01 17:07:14 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-23 18:46:27 +0200
commit5d9bdf4fd1bc1160294de05c21df9c7c19aa7e1b (patch)
treef43547513dd0ac370c50390dd94abb4d3536e9b4 /samsung-ipc
parent7002117f054699c80001eeb96504ff038dc51d5d (diff)
downloadhardware_replicant_libsamsung-ipc-5d9bdf4fd1bc1160294de05c21df9c7c19aa7e1b.tar.gz
hardware_replicant_libsamsung-ipc-5d9bdf4fd1bc1160294de05c21df9c7c19aa7e1b.tar.bz2
hardware_replicant_libsamsung-ipc-5d9bdf4fd1bc1160294de05c21df9c7c19aa7e1b.zip
Makefile.am: Unify leading whitespaces in definitions
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@cyberdimension.org>
Diffstat (limited to 'samsung-ipc')
-rw-r--r--samsung-ipc/tests/Makefile.am8
1 files 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