mirror of
https://github.com/open-simh/simh.git
synced 2026-01-27 12:42:45 +00:00
Various simulators: Set line endings to CRLF for consistency, remove stray tabs
Project standard source code has tabs converted to spaces and CRLF line endings. Other text files have CRLF line endings.
This commit is contained in:
committed by
Paul Koning
parent
f1f8cf9cb1
commit
decbe5b76b
@@ -97,7 +97,7 @@ iii_draw_line(int x1, int y1, int x2, int y2, int l)
|
||||
if (dy == 0) {
|
||||
for (i = 1; i < dx; i++) {
|
||||
display_point(x1, y1, l, 0);
|
||||
x1+=ax;
|
||||
x1+=ax;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user