1
0
mirror of https://github.com/simh/simh.git synced 2026-01-27 04:22:24 +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

@@ -1168,7 +1168,7 @@ static void ha_cmd(uint8 op, uint8 subdev, uint32 addr, int32 len, t_bool expres
void ha_ctrl(uint8 tc)
{
volatile t_bool txn_done;
uint32 i, j;
uint32 i, j;
uint32 plen, ha_ptr;
uint32 in_len, out_len;
uint8 lu, status;