Skip to content

Commit c33cb0f

Browse files
added some more spaces to Modelica\Blocks\Sources.mo
1 parent a104f2f commit c33cb0f

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
@@ -1594,7 +1594,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
15941594
annotation (Dialog(group="Table data definition"));
15951595
parameter Real table[:, :] = fill(0.0, 0, 2)
15961596
"Table matrix (time = first column; e.g., table=[0, 0; 1, 1; 2, 4])"
1597-
annotation (Dialog(group="Table data definition",enable=not tableOnFile));
1597+
annotation (Dialog(group = "Table data definition",enable=not tableOnFile));
15981598
parameter String tableName = "NoName"
15991599
"Table name on file or in function usertab (see docu)"
16001600
annotation (Dialog(group = "Table data definition",enable=tableOnFile));

0 commit comments

Comments
 (0)