Skip to content

Commit

Permalink
empty space fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Nov 20, 2024
1 parent 9f39be2 commit 8eb8736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/qdistrnd.g
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@ BindGlobal("ReadMTXE",
# i - dummy for "for" loop
# iCommentStart, iComment - range of line numbers for comment section

infile := InputTextFile(StrPath);
infile := InputTextFile(StrPath);
input := ReadAll(infile);; # read the file in
CloseStream(infile);
CloseStream(infile);
data := SplitString(input, "\n");; # separate into lines
line := SplitString(data[1], " ");; # separate into records

Expand Down

0 comments on commit 8eb8736

Please sign in to comment.