hnbgw_vty.c: cosmetic: Fix non-tab-indented code

This was introduced a week ago in Change-Id
I3c937306a011715e163a40bc8ef8ec7e8d4e5d08 and is now cleaned up.

Change-Id: Iaadf941aa7f1c5ae05eb02b51cc646b7b5587ba3
This commit is contained in:
Harald Welte 2017-12-26 21:38:49 +01:00
parent 3bd8a55661
commit 8e88d37cec
1 changed files with 5 additions and 5 deletions

View File

@ -147,14 +147,14 @@ DEFUN(show_cnlink, show_cnlink_cmd, "show cnlink",
static void vty_out_ofd_addr(struct vty *vty, struct osmo_fd *ofd)
{
char *name;
if (!ofd || ofd->fd < 0
char *name;
if (!ofd || ofd->fd < 0
|| !(name = osmo_sock_get_name(vty, ofd->fd))) {
vty_out(vty, "(no addr)");
return;
}
vty_out(vty, name);
talloc_free(name);
}
vty_out(vty, name);
talloc_free(name);
}
static void vty_dump_hnb_info__map_states(struct vty *vty, const char *name, unsigned int count,