1
0
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:
Mark Pizzolato
2023-03-04 17:49:37 -10:00
parent 8538161757
commit 2c9dce6cf2
11 changed files with 419 additions and 419 deletions

View File

@@ -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;
}