diff options
author | Nathan Hjelm <hjelmn@me.com> | 2016-02-25 21:40:30 -0700 |
---|---|---|
committer | Nathan Hjelm <hjelmn@me.com> | 2016-02-25 21:40:30 -0700 |
commit | d38788904ad03ba210eb0a298007ca837f05deba (patch) | |
tree | 430b2a0015e6f68cc57a11a7d4e898e7fee3db0d | |
parent | 09f212b730910c3e910265166a6a46f0c8a86d5a (diff) | |
download | libusb-d38788904ad03ba210eb0a298007ca837f05deba.tar.gz |
travis: bah. remove tabs
Signed-off-by: Nathan Hjelm <hjelmn@me.com>
-rw-r--r-- | .travis.yml | 8 | ||||
-rw-r--r-- | libusb/version_nano.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index b5f0ce4..17a27ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,10 @@ os: addons: apt: - autoconf - - automake - - libtool - - m4 - - libudev-dev + - automake + - libtool + - m4 + - libudev-dev script: - ./autogen.sh && make -j4 diff --git a/libusb/version_nano.h b/libusb/version_nano.h index 05e39de..9f9eb65 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 11072 +#define LIBUSB_NANO 11073 |