Change in osmo-bsc[master]: bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facch

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Sun Nov 14 21:45:50 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/26245 )


Change subject: bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facch
......................................................................

bts_vty: fix tabs-vs-spaces issues in cfg_bts_rep_dl_facch

The linter (executed by Jenkins) complains:

  src/osmo-bsc/bts_vty.c:653: ERROR:CODE_INDENT: code indent should use tabs where possible
  src/osmo-bsc/bts_vty.c:654: ERROR:CODE_INDENT: code indent should use tabs where possible
  src/osmo-bsc/bts_vty.c:656: ERROR:CODE_INDENT: code indent should use tabs where possible
  src/osmo-bsc/bts_vty.c:657: ERROR:CODE_INDENT: code indent should use tabs where possible

and blocks changes, adding V-1 when I am changing the related code.

Change-Id: If3c8c09ddff7cb945425e74344ceb4da989ddffc
---
M src/osmo-bsc/bts_vty.c
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/45/26245/1

diff --git a/src/osmo-bsc/bts_vty.c b/src/osmo-bsc/bts_vty.c
index 8c2b100..1306a03 100644
--- a/src/osmo-bsc/bts_vty.c
+++ b/src/osmo-bsc/bts_vty.c
@@ -650,11 +650,11 @@
 	}
 
 	if (!strcmp(argv[0], "command")) {
-	        bts->repeated_acch_policy.dl_facch_cmd = true;
-	        bts->repeated_acch_policy.dl_facch_all = false;
+		bts->repeated_acch_policy.dl_facch_cmd = true;
+		bts->repeated_acch_policy.dl_facch_all = false;
 	} else {
-	        bts->repeated_acch_policy.dl_facch_cmd = true;
-	        bts->repeated_acch_policy.dl_facch_all = true;
+		bts->repeated_acch_policy.dl_facch_cmd = true;
+		bts->repeated_acch_policy.dl_facch_all = true;
 	}
 	return CMD_SUCCESS;
 }

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/26245
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If3c8c09ddff7cb945425e74344ceb4da989ddffc
Gerrit-Change-Number: 26245
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211114/6f5b0e72/attachment.htm>


More information about the gerrit-log mailing list