From de472e3e96ec71e0ab6478f27c7686c59563ccf6 Mon Sep 17 00:00:00 2001
From: Serge Lamikhov-Center <to_serge@users.sourceforge.net>
Date: Wed, 10 Jun 2020 07:23:23 -0700
Subject: [PATCH] Just an obsession

---
 ELFIOTest/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ELFIOTest/Makefile.am b/ELFIOTest/Makefile.am
index 525803a..5cfc0b0 100644
--- a/ELFIOTest/Makefile.am
+++ b/ELFIOTest/Makefile.am
@@ -1,6 +1,6 @@
-AM_CPPFLAGS     = -I$(top_srcdir)/..
-bin_PROGRAMS    = ELFIOTest
+AM_CPPFLAGS       = -I$(top_srcdir)/..
+bin_PROGRAMS      = ELFIOTest
 ELFIOTest_SOURCES = ELFIOTest.cpp ELFIOTest1.cpp
-ELFIOTest_LDADD = -lboost_unit_test_framework
+ELFIOTest_LDADD   = -lboost_unit_test_framework
 
 TESTS=runELFtests
-- 
GitLab