[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1826928 - /subversion/trunk/subversion/libsvn_client/shelf.c

From: Branko Čibej <brane_at_apache.org>
Date: Fri, 16 Mar 2018 10:14:42 +0100

On 16.03.2018 10:05, danielsh_at_apache.org wrote:
> Author: danielsh
> Date: Fri Mar 16 09:05:45 2018
> New Revision: 1826928
>
> URL: http://svn.apache.org/viewvc?rev=1826928&view=rev
> Log:
> * subversion/libsvn_client/shelf.c: Add newline at end of file.
> I would have added -Wno-newline-eof to configure's auto flags, but
> technically having no final newline is undefined behaviour.

Uh, no it's not? C doesn't care about newlines at EOF.

It's bad writing style, but does not affect the meaning of the program.

-- Brane
Received on 2018-03-16 10:14:47 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.