summaryrefslogtreecommitdiffstats
path: root/adb/usb_linux_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'adb/usb_linux_client.c')
-rw-r--r--adb/usb_linux_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/usb_linux_client.c b/adb/usb_linux_client.c
index e265a1c..530bd04 100644
--- a/adb/usb_linux_client.c
+++ b/adb/usb_linux_client.c
@@ -118,7 +118,7 @@ void usb_init()
h->fd = -1;
adb_cond_init(&h->notify, 0);
adb_mutex_init(&h->lock, 0);
-
+
// Open the file /dev/android_adb_enable to trigger
// the enabling of the adb USB function in the kernel.
// We never touch this file again - just leave it open