Skip to content
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

Clean up tools/obabel.cpp #2152

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 13, 2023

  1. Remove unnecessary headers

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1848f63 View commit details
    Browse the repository at this point in the history
  2. Use return instead of exit

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f0f6c34 View commit details
    Browse the repository at this point in the history
  3. Use uniform initialization

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3c45c48 View commit details
    Browse the repository at this point in the history
  4. Use anonymous namespace

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d30b52e View commit details
    Browse the repository at this point in the history
  5. Modify variables' scopes

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    edcfca6 View commit details
    Browse the repository at this point in the history
  6. Use range-based for

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    dc68bd3 View commit details
    Browse the repository at this point in the history
  7. Restructure if statements

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4ad4b87 View commit details
    Browse the repository at this point in the history
  8. Perform clang-format

    e-kwsm committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6b34eee View commit details
    Browse the repository at this point in the history