Skip to content

Conversation

@yutaro-sakamoto
Copy link
Contributor

In order to improve the readability of generated Java files, this pull request reduces indent levels of for loops.

before

for(;;f_COUNTER.addInt (1))
  {
    // ....
  }

after

for(;;f_COUNTER.addInt (1))
{
  // ....
}

@yutaro-sakamoto yutaro-sakamoto changed the title Reduce ident levels of for loops Reduce indent levels of for loops Oct 7, 2024
@yutaro-sakamoto yutaro-sakamoto merged commit c8cbb8a into opensourcecobol:develop Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant