icE1usb fw: Fix some formatting (tab vs space)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Change-Id: Id47025320e65a27fc46e9204e050c57d108dab56
This commit is contained in:
Sylvain Munaut 2024-04-29 19:50:06 +02:00
parent 803210dee5
commit 02b9be106a
1 changed files with 2 additions and 2 deletions

View File

@ -434,8 +434,8 @@ _e1_ctrl_req(struct usb_ctrl_req *req, struct usb_xfer *xfer)
static struct usb_fn_drv _e1_drv = {
.set_conf = _e1_set_conf,
.set_intf = _e1_set_intf,
.get_intf = _e1_get_intf,
.set_intf = _e1_set_intf,
.get_intf = _e1_get_intf,
.ctrl_req = _e1_ctrl_req,
};