diff options
| author | Anatol Pomazau <anatol@google.com> | 2012-02-28 07:21:08 -0800 |
|---|---|---|
| committer | Anatol Pomazau <anatol@google.com> | 2012-02-28 07:21:08 -0800 |
| commit | 5ae3f93f3bafbeb1fc9a3324475c58c725749c5e (patch) | |
| tree | 27d6d32eed4eddb3c37167bc6ab1f156389377ef /fastboot/usb.h | |
| parent | 9427df10e9858ca0c86441d918c262baa9902f2c (diff) | |
| download | system_core-5ae3f93f3bafbeb1fc9a3324475c58c725749c5e.tar.gz system_core-5ae3f93f3bafbeb1fc9a3324475c58c725749c5e.tar.bz2 system_core-5ae3f93f3bafbeb1fc9a3324475c58c725749c5e.zip | |
Remove trailing whitespaces
Change-Id: I6f83333a6ee0fbc562a12bb9555c43a44c98768e
Diffstat (limited to 'fastboot/usb.h')
| -rw-r--r-- | fastboot/usb.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fastboot/usb.h b/fastboot/usb.h index cc157d56..df9efdec 100644 --- a/fastboot/usb.h +++ b/fastboot/usb.h @@ -9,7 +9,7 @@ * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the + * the documentation and/or other materials provided with the * distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -19,7 +19,7 @@ * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS - * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF @@ -42,19 +42,19 @@ struct usb_ifc_info unsigned char dev_class; unsigned char dev_subclass; unsigned char dev_protocol; - + unsigned char ifc_class; unsigned char ifc_subclass; unsigned char ifc_protocol; unsigned char has_bulk_in; unsigned char has_bulk_out; - + unsigned char writable; char serial_number[256]; }; - + typedef int (*ifc_match_func)(usb_ifc_info *ifc); usb_handle *usb_open(ifc_match_func callback); |
