lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/42618?usp=email )
Change subject: cosmetic: fix missing spaces in string_req_h ......................................................................
cosmetic: fix missing spaces in string_req_h
Change-Id: Ia92ac605d83718399f19db67057e740ceaa8c37f --- M sysmoOCTSIM/usb_start.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/18/42618/1
diff --git a/sysmoOCTSIM/usb_start.c b/sysmoOCTSIM/usb_start.c index 6946126..3ccfb32 100644 --- a/sysmoOCTSIM/usb_start.c +++ b/sysmoOCTSIM/usb_start.c @@ -121,7 +121,7 @@ }
-static struct usbdc_handler string_req_h = {NULL, (FUNC_PTR)string_req_cb}; +static struct usbdc_handler string_req_h = { NULL, (FUNC_PTR)string_req_cb };
/** * \brief CDC ACM Init