Skip to content

multi-braceless statements #636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Sep 18, 2016
Merged

multi-braceless statements #636

merged 19 commits into from
Sep 18, 2016

Conversation

bounceme
Copy link
Collaborator

very unrefined so far

This changes:

if (1)
  for (;;)
  i +=
  l

to:

if (1)
  for (;;)
    i +=
      l

@bounceme
Copy link
Collaborator Author

there doesn't seem to be any bugs with this, I'll merge tomorrow. wish I could hone that function down though

@bounceme bounceme merged commit d3e952c into develop Sep 18, 2016
@bounceme bounceme deleted the multi-braceless branch September 18, 2016 08:41
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