Uwe Stöhr <[EMAIL PROTECTED]> writes: > This is automatically done by the MSVC editor. It replaces multiple > spaces by tabs to get uniform indentation. This is OK in my opinion, > but I can revert this. I've seen that all other indentations in the > file are done by tabs too, only 2 code parts use multiple spaces for > an unknown reason.
Having indentation of commands done by tabs is OK, but alignment of multi-line statements shall be done by spaces. JMarc