On 27/10/2020 14.20, Daniel P. Berrangé wrote:
> Signed-off-by: Daniel P. Berrangé <[email protected]>
> ---
> assets/css/style-desktop.css | 586 ++++++++---------
> assets/css/style-mobile.css | 750 ++++++++++-----------
> assets/css/style.css | 1184 +++++++++++++++++-----------------
> index.html | 178 ++---
> 4 files changed, 1349 insertions(+), 1349 deletions(-)
git am complains:
.git/rebase-apply/patch:62: trailing whitespace.
}
.git/rebase-apply/patch:68: trailing whitespace.
}
.git/rebase-apply/patch:375: trailing whitespace.
.git/rebase-apply/patch:409: trailing whitespace.
.git/rebase-apply/patch:414: trailing whitespace.
warning: squelched 57 whitespace errors
warning: 62 lines add whitespace errors.
... so in case you respin, please fix these trailing whitespaces, too.
Thomas