From b2e85fd274daceb20303e14d6aecf3c09f75e117 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Fri, 27 Sep 2013 21:39:38 +0200 Subject: [PATCH] Indent... --- BTD.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/BTD.cpp b/BTD.cpp index 01b8fe11..254f104e 100755 --- a/BTD.cpp +++ b/BTD.cpp @@ -34,17 +34,15 @@ qNextPollTime(0), // Reset NextPollTime pollInterval(0), bPollEnable(false) // Don't start polling before dongle is connected { - uint8_t i; - + uint8_t i; for (i = 0; i < BTD_MAX_ENDPOINTS; i++) { epInfo[i].epAddr = 0; epInfo[i].maxPktSize = (i) ? 0 : 8; epInfo[i].epAttribs = 0; epInfo[i].bmNakPower = (i) ? USB_NAK_NOWAIT : USB_NAK_MAX_POWER; } - - for(i = 0; i < BTD_NUMSERVICES; i++) - btService[i] = NULL; + for (i = 0; i < BTD_NUMSERVICES; i++) + btService[i] = NULL; if (pUsb) // register in USB subsystem pUsb->RegisterDeviceClass(this); //set devConfig[] entry