Hi!I'm currently trying to add support for the ATmega8 to simulavrxx. I soon realised this was not as straight-forward as I thought, since most of the simulavrxx code is undocumented. So my first objective now is to add comments to some of the code. When doing that, I noticed the indenting of some lines differs from that of others. This is due to TABs being used for some of them and groups of 4 spaces for others. The original author (Klaus?) probably has set TAB size in his editor to 4, so he didn't see the difference.
My first patch [1] (against current CVS) replaces the TABs with sequences of 4 spaces. The second one [2] removes trailing spaces.
Future patches will be based on the patched tree. [1] http://sascha.silbe.org/tmp/simulavrxx-20060726-replace-TABs.patch [2] http://sascha.silbe.org/tmp/simulavrxx-20060726-EOL-trim.patch CU Sascha -- http://sascha.silbe.org/
pgpgPM3Wyxq28.pgp
Description: PGP signature
_______________________________________________ Simulavr-devel mailing list Simulavr-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/simulavr-devel