From a02dc1f7ad10f54df8db260495b04c0b432e4b5a Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Tue, 5 Feb 2013 20:09:05 +0100 Subject: [PATCH] Fixed whitespace --- BTD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTD.h b/BTD.h index a2149cc7..65dfc000 100755 --- a/BTD.h +++ b/BTD.h @@ -198,7 +198,7 @@ public: * @param proto Interface Protocol. * @param ep Endpoint Descriptor. */ - virtual void EndpointXtract(uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto, const USB_ENDPOINT_DESCRIPTOR *ep); + virtual void EndpointXtract(uint8_t conf, uint8_t iface, uint8_t alt, uint8_t proto, const USB_ENDPOINT_DESCRIPTOR *ep); /**@}*/ /** Disconnects both the L2CAP Channel and the HCI Connection for all Bluetooth services. */