From 48b00783f8f12b36877c8b058d578cbf11a27ed7 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 17 Mar 2023 15:47:28 +0100 Subject: [PATCH] cosmetic: bts_trx.h: Fix whitespace Change-Id: Ibcc3578cce23767445e53149796d0bd79f81ead8 --- include/osmo-bts/bts_trx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osmo-bts/bts_trx.h b/include/osmo-bts/bts_trx.h index c0dcb1ce4..ab90cc51d 100644 --- a/include/osmo-bts/bts_trx.h +++ b/include/osmo-bts/bts_trx.h @@ -27,8 +27,8 @@ struct gsm_bts_trx { uint16_t arfcn; int nominal_power; /* in dBm */ unsigned int max_power_red; /* in actual dB */ - uint8_t max_power_backoff_8psk; /* in actual dB OC-2G only */ - uint8_t c0_idle_power_red; /* in actual dB OC-2G only */ + uint8_t max_power_backoff_8psk; /* in actual dB OC-2G only */ + uint8_t c0_idle_power_red; /* in actual dB OC-2G only */ uint8_t ta_ctrl_interval; /* 1 step is 2 SACCH periods */