mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +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
This commit is contained in:
@@ -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