cosmetic: Remove trailing whitespace

Change-Id: I64c8dbad3fc42bcb8dd4ac9b16bbd9c59a0cf5d5
This commit is contained in:
Pau Espin 2018-01-09 15:09:31 +01:00
parent cff4ed9b4c
commit 82f83ced73
5 changed files with 4 additions and 10 deletions

View File

@ -186,4 +186,3 @@ Alon Levy, alonlevy1@gmail.com
RRLPMessages.cpp
RRLPMessages.h
RRLPTest.cpp

View File

@ -64,6 +64,3 @@ int main(int argc, char *argv[])
std::cout << "you should see ten lines with the numbers 10..19:" << std::endl;
printAlarms();
}

View File

@ -50,7 +50,7 @@ noinst_PROGRAMS = \
ConfigurationTest \
LogTest
# ReportingTest
# ReportingTest
noinst_HEADERS = \
BitVector.h \
@ -94,5 +94,3 @@ LogTest_SOURCES = LogTest.cpp
LogTest_LDADD = libcommon.la $(SQLITE3_LIBS)
MOSTLYCLEANFILES += testSource testDestination

View File

@ -32,7 +32,7 @@ else
ARCH_LA = x86/libarch.la
endif
if USRP1
if USRP1
AM_CPPFLAGS += $(USRP_CFLAGS)
else
AM_CPPFLAGS += $(UHD_CFLAGS)
@ -99,7 +99,7 @@ osmo_trx_LDADD = \
$(GSM_LA) \
$(COMMON_LA) $(SQLITE3_LIBS)
if USRP1
if USRP1
libtransceiver_la_SOURCES += USRPDevice.cpp
osmo_trx_LDADD += $(USRP_LIBS)
else

View File

@ -23,7 +23,7 @@ AC_INIT([osmo-trx],
[openbsc@lists.osmocom.org])
AC_PREREQ(2.57)
AC_CONFIG_SRCDIR([Transceiver52M/Makefile.am])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([config])
AM_CONFIG_HEADER(config.h)