Skip to content

Commit

Permalink
updated indentation as per exisitng norm
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerMajNition committed Nov 3, 2023
1 parent 3e88f68 commit cdf2741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/org/lflang/generator/c/CGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -1728,8 +1728,8 @@ public void generateReactorInstance(ReactorInstance instance) {
// Generate the parent self struct for children to access its params
initializeTriggerObjects.pr(
CUtil.selfType(instance)
+ " *self = " +
CUtil.reactorRefName(instance)
+ " *self = "
+ CUtil.reactorRefName(instance)
+ "["
+ CUtil.runtimeIndex(instance)
+ "];");
Expand Down

0 comments on commit cdf2741

Please sign in to comment.