aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-10-03 14:19:53 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-10-03 14:19:53 +0200
commitc6211a8becf806f80800ed091e2c96b4219b43fe (patch)
tree10726ea5a2dca9ba956854af96fbdd36cc0e6399
parentaa06f9732672098eb58cb11ec388f3ea932fbd5b (diff)
cosmetic: oc2g_mgr: fix trailing whitespace
-rw-r--r--src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c b/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c
index 9693eab6..27698a78 100644
--- a/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c
+++ b/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c
@@ -1,5 +1,5 @@
/* Copyright (C) 2015 by Yves Godin <support@nuranwireless.com>
- *
+ *
* Based on sysmoBTS:
* sysmobts_mgr_vty.c
* (C) 2014 by oc2gcom - s.f.m.c. GmbH
@@ -649,7 +649,7 @@ DEFUN(show_thresh, show_thresh_cmd, "show thresholds",
DEFUN(calibrate_clock, calibrate_clock_cmd,
"calibrate clock",
- "Calibration commands\n"
+ "Calibration commands\n"
"Calibrate clock against GPS PPS\n")
{
if (oc2gbts_mgr_calib_run(s_mgr) < 0) {