Fix trailing whitespace in several files

Change-Id: Ide9921dfce3b6d7c580edaa612a3063c94319a02
This commit is contained in:
Pau Espin 2020-07-15 20:53:52 +02:00
parent 1ee7e55cd1
commit a6ab8ce7d1
7 changed files with 9 additions and 11 deletions

View File

@ -175,4 +175,3 @@ void ho_vty_init()
ho_vty_init_cmds(BTS_NODE); ho_vty_init_cmds(BTS_NODE);
} }

View File

@ -716,4 +716,3 @@ void pcu_sock_exit(struct gsm_bts *bts)
talloc_free(state); talloc_free(state);
bts->pcu_state = NULL; bts->pcu_state = NULL;
} }