diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-13 14:55:27 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-06-13 15:37:20 +0200 |
commit | 22fec8918773705c2f12e7f10886bb8e5034e607 (patch) | |
tree | ba6ed421d67a82126b3ffbfe3a9a147340b4f3ac /.travis.yml | |
parent | 95e4db107c06bdd5c66b110088df61876bb19094 (diff) | |
download | tcpdump-22fec8918773705c2f12e7f10886bb8e5034e607.tar.gz |
Remove some trailing spaces/tabs
Moreover:
Remove some spaces before tabs.
Remove extra blank line.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b5a23525..32094a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ compiler: # # https://docs.travis-ci.com/user/build-matrix/#fast-finishing # -# "If some rows in the build matrix are allowed to fail, the build +# "If some rows in the build matrix are allowed to fail, the build # won't be marked as finished until they have completed. # # To mark the build as finished as soon as possible, add fast_finish: |