Skip to content

Commit 8e3af21

Browse files
some more spaces in Modelica\Blocks\Sources.mo
1 parent a57c49b commit 8e3af21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modelica/Blocks/Sources.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16111611
choices(choice=" " "Blank", choice="," "Comma", choice="\t" "Horizontal tabulator", choice=";" "Semicolon"));
16121612
parameter Integer nHeaderLines=0 "Number of header lines to ignore for CSV file"
16131613
annotation (Dialog(group="Table data definition",enable=tableOnFile and isCsvExt));
1614-
parameter Boolean verboseRead=true
1614+
parameter Boolean verboseRead = true
16151615
"= true, if info message that file is loading is to be printed"
16161616
annotation (Dialog(group="Table data definition",enable=tableOnFile));
16171617
parameter Integer columns[:]=2:size(table, 2)

0 commit comments

Comments
 (0)