From 523ae04e5efdf6310181963a8bb1f80dee9fac28 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 30 Jun 2017 15:12:13 +0200 Subject: Fix annoying trailing whitespace This whitespace keeps being automatically fixed by editor, polluting my patches. Change-Id: If0ba1321ed326c1498e3f60b611bd962f2a9484a --- src/osmo-bts-litecell15/l1_if.c | 21 ++++++++++----------- src/osmo-bts-litecell15/oml.c | 2 +- src/osmo-bts-litecell15/tch.c | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'src/osmo-bts-litecell15') diff --git a/src/osmo-bts-litecell15/l1_if.c b/src/osmo-bts-litecell15/l1_if.c index d6cffc90..bd9e0030 100644 --- a/src/osmo-bts-litecell15/l1_if.c +++ b/src/osmo-bts-litecell15/l1_if.c @@ -2,7 +2,7 @@ /* Copyright (C) 2015 by Yves Godin * Copyright (C) 2016 by Harald Welte - * + * * Based on sysmoBTS: * (C) 2011-2014 by Harald Welte * (C) 2014 by Holger Hans Peter Freyther @@ -1482,21 +1482,21 @@ static int get_hwinfo(struct lc15l1_hdl *fl1h) fl1h->hw_info.ver_minor = rc; rc = lc15bts_option_get(LC15BTS_OPTION_BAND); - if (rc < 0) + if (rc < 0) return rc; switch (rc) { - case LC15BTS_BAND_850: - fl1h->hw_info.band_support = GSM_BAND_850; + case LC15BTS_BAND_850: + fl1h->hw_info.band_support = GSM_BAND_850; break; - case LC15BTS_BAND_900: - fl1h->hw_info.band_support = GSM_BAND_900; + case LC15BTS_BAND_900: + fl1h->hw_info.band_support = GSM_BAND_900; break; - case LC15BTS_BAND_1800: - fl1h->hw_info.band_support = GSM_BAND_1800; + case LC15BTS_BAND_1800: + fl1h->hw_info.band_support = GSM_BAND_1800; break; - case LC15BTS_BAND_1900: - fl1h->hw_info.band_support = GSM_BAND_1900; + case LC15BTS_BAND_1900: + fl1h->hw_info.band_support = GSM_BAND_1900; break; default: return -1; @@ -1576,4 +1576,3 @@ int bts_model_phy_link_open(struct phy_link *plink) return 0; } - diff --git a/src/osmo-bts-litecell15/oml.c b/src/osmo-bts-litecell15/oml.c index 5c53feb1..d9f613db 100644 --- a/src/osmo-bts-litecell15/oml.c +++ b/src/osmo-bts-litecell15/oml.c @@ -1,5 +1,5 @@ /* Copyright (C) 2015 by Yves Godin - * + * * Based on sysmoBTS: * (C) 2011 by Harald Welte * (C) 2013-2014 by Holger Hans Peter Freyther diff --git a/src/osmo-bts-litecell15/tch.c b/src/osmo-bts-litecell15/tch.c index c82d6f82..a29733f1 100644 --- a/src/osmo-bts-litecell15/tch.c +++ b/src/osmo-bts-litecell15/tch.c @@ -1,7 +1,7 @@ /* Traffic channel support for NuRAN Wireless Litecell 1.5 BTS L1 */ /* Copyright (C) 2015 by Yves Godin - * + * * Based on sysmoBTS: * (C) 2011-2012 by Harald Welte * -- cgit v1.2.3