mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-29 23:21:51 +00:00
make style
This commit is contained in:
@@ -35,7 +35,8 @@
|
|||||||
// Global flag to know if usb_init() has already been called or not
|
// Global flag to know if usb_init() has already been called or not
|
||||||
bool usb_initialized = false;
|
bool usb_initialized = false;
|
||||||
|
|
||||||
int usb_prepare(void) {
|
int usb_prepare(void)
|
||||||
|
{
|
||||||
if (usb_initialized)
|
if (usb_initialized)
|
||||||
return 0;
|
return 0;
|
||||||
usb_init();
|
usb_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user