laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/34619?usp=email )
Change subject: cosmetic: oc2g_mgr: fix trailing whitespace ...................................................................... cosmetic: oc2g_mgr: fix trailing whitespace Change-Id: I918cbe32d1be692a1747c9721f680ed8a336bf6f --- M src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c 1 file changed, 11 insertions(+), 2 deletions(-) Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c b/src/osmo-bts-oc2g/misc/oc2gbts_mgr_vty.c index 9693eab..27698a7 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 <[email protected]> - * + * * Based on sysmoBTS: * sysmobts_mgr_vty.c * (C) 2014 by oc2gcom - s.f.m.c. GmbH @@ -649,7 +649,7 @@ 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) { -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/34619?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I918cbe32d1be692a1747c9721f680ed8a336bf6f Gerrit-Change-Number: 34619 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-MessageType: merged
