mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-08-03 17:41:49 +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
|
||||
bool usb_initialized = false;
|
||||
|
||||
int usb_prepare(void) {
|
||||
int usb_prepare(void)
|
||||
{
|
||||
if (usb_initialized)
|
||||
return 0;
|
||||
usb_init();
|
||||
|
||||
Reference in New Issue
Block a user