]> sigrok.org Git - sigrok-androidutils.git/blobdiff - src/org/sigrok/androidutils/UsbHelper.java
Random whitespace fixes (tabs vs. spaces).
[sigrok-androidutils.git] / src / org / sigrok / androidutils / UsbHelper.java
index cfa2aa992155e82746ae65aa0c12a3821638b1fb..58079fd8efd63fd1b4b7284de381af99b9c225a1 100644 (file)
@@ -60,8 +60,8 @@ public final class UsbHelper
        private static synchronized void startEventMonitor(Context context, UsbManager manager, UsbEventListener listener)
        {
                if (eventMonitor != null) {
-                   eventMonitor.stop();
-                   eventMonitor = null;
+                       eventMonitor.stop();
+                       eventMonitor = null;
                }
                if (context == null) {
                        Log.w("UsbHelper", "no context");
@@ -78,8 +78,8 @@ public final class UsbHelper
        private static synchronized void stopEventMonitor(Context context)
        {
                if (eventMonitor != null) {
-                   eventMonitor.stop();
-                   eventMonitor = null;
+                       eventMonitor.stop();
+                       eventMonitor = null;
                }
        }