From d8ad5577eb9e45f9d88e1042048bbf6c1a853280 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/avrdude@762 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index e49589f6..0b6478a0 100644 --- a/ChangeLog +++ b/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