Hi Waldek,
Its a few months ago now so its hard to remember exactly what I did.
In the case of graphics.ht I think that, after I made my changes, I
removed any trailing and double spaces. I must have inadvertently done
this on the whole file rather than just the changes that I made. I
will try to avoid doing this in future.
When you look at the other files such as scene.spad (not in
graphics.ht) you may notice that some whitespace has been added in,
for instance this:
++ mode can have the following values:
++ "fixed"::Symbol -- fixed size line width given by 'size'
parameter
++ "proportional"::Symbol -- size as a proportion of the overall
bounds
++ "variable"::Symbol -- size as a proportion of the arrow length
has been changed to this:
++ mode can have the following values:
++ "fixed"::Symbol -- fixed size line width given by 'size'
parameter
++ "proportional"::Symbol -- size as a proportion of the overall
bounds
++ "variable"::Symbol -- size as a proportion of the arrow
length
That is the last 3 lines have been indented within the comment to try
to make the meaning clearer. This is just reversing a past change
where indentation within a comment went missing. (I still don't know
exactly why, it may have been the editor I was using?).
Anyway, I will try to avoid whitespace changes in the future. I do
check using kdiff3 or github when I publish changes, as a final check,
to try to pick up any unintentional changes.
Martin
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.