From 896ca153dc59efde2b75ee46bf32ecf3d427a684 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 1 Oct 2010 18:20:01 -0400 Subject: [PATCH] Fixed whitespace issues to make git happy --- src/probe.cc | 6 +++--- src/probe.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/probe.cc b/src/probe.cc index f08e3703..d9cffffd 100644 --- a/src/probe.cc +++ b/src/probe.cc @@ -334,11 +334,11 @@ bool Probe::ProbePair(Usb::Device &dev, // side-affect that usb-storage issues a port reset after the // 30 second timeout, which kills any current Barry // connection. - // + // // To further complicate matters some devices, such as the - // 8830, always need clear halt before they will respond to + // 8830, always need clear halt before they will respond to // probes. - // + // // So to work with all these device quirks the probe is first // attempted without calling clear halt. If that probe fails // then a clear halt is issued followed by a retry on the diff --git a/src/probe.h b/src/probe.h index f6e35021..02f5ad38 100644 --- a/src/probe.h +++ b/src/probe.h @@ -38,7 +38,7 @@ struct BXEXPORT ProbeResult Barry::Pin m_pin; Usb::EndpointPair m_ep; Usb::EndpointPair m_epModem; - // Specifies if it's necessary to clear halt on the + // Specifies if it's necessary to clear halt on the // endpoints before using them. On some devices such // as the 8830 it's essential to clear halt. On other // devices such as the Curve 8520 calling clear halt -- 2.11.4.GIT