Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Sep 26, 2024
1 parent 70e2de7 commit 464e680
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/java/org/lflang/generator/c/CGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,9 @@ private void generateStartTimeStep(ReactorInstance instance) {
+ output.getFullName()
+ " to array of intended_tag fields.",
enclaveStruct
+ "._lf_intended_tag_fields[" + indexString + "] = &"
+ "._lf_intended_tag_fields["
+ indexString
+ "] = &"
+ CUtil.portRef(output)
+ ".intended_tag;")));

Expand Down

0 comments on commit 464e680

Please sign in to comment.