[PATCH 2/2] css: consistent use of empty lines
John Keeping
john at keeping.me.uk
Wed Jun 29 10:34:50 CEST 2016
On Wed, Jun 29, 2016 at 09:37:58AM +0200, Christian Hesse wrote:
> From: Christian Hesse <mail at eworm.de>
>
> Signed-off-by: Christian Hesse <mail at eworm.de>
> ---
> cgit.css | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/cgit.css b/cgit.css
> index 983eac5..763a99e 100644
> --- a/cgit.css
> +++ b/cgit.css
[snip obviously correct changes]
> @@ -824,3 +830,4 @@ div#cgit table.ssdiff td.space {
> div#cgit table.ssdiff td.space div {
> min-height: 3em;
> }
> +
Is this adding a new line to the end of the file? I don't think we want
to do that (doesn't Git warn about it as a whitespace error?).
More information about the CGit
mailing list