mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 02:29:15 +08:00
Fix some spacing problems
This commit is contained in:
@@ -2202,7 +2202,7 @@ static void cdcuart_txint(FAR struct uart_dev_s *dev, bool enable)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Extract references to private data */
|
||||
/* Extract references to private data */
|
||||
|
||||
priv = (FAR struct cdcacm_dev_s*)dev->priv;
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ const char g_compvendorstr[] = CONFIG_COMPOSITE_VENDORSTR;
|
||||
const char g_compproductstr[] = CONFIG_COMPOSITE_PRODUCTSTR;
|
||||
const char g_compserialstr[] = CONFIG_COMPOSITE_SERIALSTR;
|
||||
|
||||
/****************************************************************************
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
|
||||
@@ -2218,7 +2218,7 @@ static void usbser_txint(FAR struct uart_dev_s *dev, bool enable)
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Extract references to private data */
|
||||
/* Extract references to private data */
|
||||
|
||||
priv = (FAR struct pl2303_dev_s*)dev->priv;
|
||||
|
||||
|
||||
@@ -260,7 +260,7 @@ int usbmsc_mkstrdesc(uint8_t id, struct usb_strdesc_s *strdesc)
|
||||
return 4;
|
||||
}
|
||||
|
||||
case USBMSC_MANUFACTURERSTRID:
|
||||
case USBMSC_MANUFACTURERSTRID:
|
||||
str = g_mscvendorstr;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user