From 092cad31120ae6ecf787db89e48211a59b8dc765 Mon Sep 17 00:00:00 2001 From: dh1tw Date: Fri, 10 Jun 2016 23:00:43 +0200 Subject: [PATCH] small tab rectification --- yaesu/ft950.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaesu/ft950.c b/yaesu/ft950.c index 20f7ed928..8767e15bb 100644 --- a/yaesu/ft950.c +++ b/yaesu/ft950.c @@ -190,7 +190,7 @@ const struct rig_caps ft950_caps = { .rig_open = newcat_open, /* port opened */ .rig_close = newcat_close, /* port closed */ - .cfgparams = newcat_cfg_params, + .cfgparams = newcat_cfg_params, .set_conf = newcat_set_conf, .get_conf = newcat_get_conf, .set_freq = newcat_set_freq,