-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48728/
-----------------------------------------------------------
(Updated June 26, 2016, 1:58 p.m.)
Review request for mesos, Adam Berry, Benjamin Mahler, Michael Park, and Neil
Conway.
Changes
-------
Remove trailing lines
Repository: mesos
Description (updated)
-------
Generate `support/cpplint.patch` using following command:
```
PATCH="support/cpplint.patch"
FIRST_COMMIT=`git log --pretty=format:"%h" --diff-filter=A -- $PATCH`
git diff ${FIRST_COMMIT}..master support/cpplint.py > $PATCH
sed -i 's/[ \t]*$//' "$PATCH"
```
Diffs (updated)
-----
support/cpplint.patch 1dd69a03044c0c17ca4ee555c6c9d27ea043d4f0
Diff: https://reviews.apache.org/r/48728/diff/
Testing (updated)
-------
```
git co $FIRST_COMMIT
git co HEAD@{1} $PATCH
git apply $PATCH
git diff --exit-code master support/cpplint.py
```
Thanks,
Tomasz Janiszewski