This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, libgfortran] Fix pointer declarations per coding standard


On 04/10/2017 11:05 PM, Janne Blomqvist wrote:
> On Tue, Apr 11, 2017 at 7:54 AM, Jerry DeLisle <jvdelisle@charter.net> wrote:
>> All,
>>
>> Attached patch is removing the space after * in many pointer declarations and
>> references in the files in the io sub-directory.
> 
> Hmm, I always considered having a space both before and after the "*"
> in declarations to be an idiosyncratic thing mandated by the GNU style
> guide, but now that I check
> https://www.gnu.org/prep/standards/standards.html#Formatting there is
> in fact no such thing.  Have I got it wrong all these years, or has
> this changed?
> 
> Anyway, good that we can fix this now. Thanks for the patch!
> 

Thanks for the second look. We all just keep working together for the greater good.

	M	libgfortran/ChangeLog
	M	libgfortran/io/close.c
	M	libgfortran/io/fbuf.c
	M	libgfortran/io/fbuf.h
	M	libgfortran/io/format.c
	M	libgfortran/io/inquire.c
	M	libgfortran/io/intrinsics.c
	M	libgfortran/io/list_read.c
	M	libgfortran/io/lock.c
	M	libgfortran/io/open.c
	M	libgfortran/io/read.c
	M	libgfortran/io/transfer.c
	M	libgfortran/io/unit.c
	M	libgfortran/io/unix.c
	M	libgfortran/io/unix.h
	M	libgfortran/io/write.c
Committed r246842


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]