This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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 02/18] poison "new"


Hello,

On 10/09/2013 06:17 PM, Ondrej Oprala wrote:
>  * buildsym.c(new_ctx) : Likewise.

Sorry, minor, boring, trivial detail.  Space before '('
missing, and there should be no space before ':'.
The '*' should be indented with a tab.  Like:

	* buildsym.c (new_ctx): Likewise.

(These little issues appear throughout the series.)

-- 
Pedro Alves


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