From d3bb347e4f4dac9ebc16ee3a119f0244a6d58e40 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Tue, 6 Nov 2007 19:42:52 +0000 Subject: [PATCH] Fix whitespace in previous commit. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@762 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index e49589f6..0b6478a0 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -1,13 +1,13 @@ 2007-11-06 Joerg Wunsch - * main.c: Add the -x option to pass extended parameters to + * main.c: Add the -x option to pass extended parameters to the programmer backend. - * pgm.c: (Ditto.) - * pgm.h: (Ditto.) - * jtagmkII.c: Implement the extended parameter jtagchain= + * pgm.c: (Ditto.) + * pgm.h: (Ditto.) + * jtagmkII.c: Implement the extended parameter jtagchain= to support JTAG daisy-chains. - * avrdude.1: Document all of the above. - * doc/avrdude.texi: (Ditto.) + * avrdude.1: Document all of the above. + * doc/avrdude.texi: (Ditto.) 2007-10-30 Joerg Wunsch