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]

[obvious][patch] Remove newline between PR and ChangeLog description.


Pedro pointed out here:

https://sourceware.org/ml/gdb-patches/2013-05/msg00728.html

That it is preferred not to leave a blank line between the PR and the
ChangeLog description.  As this is a formatting nit, committing under
the obvious fix rule.

Cheers,

Phil

--

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.15943
diff -u -r1.15943 ChangeLog
--- ChangeLog	29 Aug 2013 09:24:33 -0000	1.15943
+++ ChangeLog	29 Aug 2013 09:29:48 -0000
@@ -1,7 +1,6 @@
 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
 
 	PR python/15752
-
 	* python/py-framefilter.c (apply_frame_filter): Check
 	gdb_python_initialized.  Exit if the Python frame-filter code
 	cannot be initialized.
@@ -9,7 +8,6 @@
 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
 
 	PR cli/15842
-
 	* top.c (print_gdb_version): Remove erroneous newline after help
 	text.


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