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

Enforce C formatting in Soter and Themis tests #399

Merged
merged 2 commits into from
Mar 2, 2019

Commits on Mar 2, 2019

  1. Formatting: add formatting checks for tests

    Add Soter and Themis tests to the formatting loop. Use the same
    approach as for the main source code.
    ilammy committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    93d482e View commit details
    Browse the repository at this point in the history
  2. Formatting: apply style changes by clang-format

    The code looks unreadable in some places, but meh... We use way too
    many long_and_detailed_multi_word_identifiers as well as test macros
    which effectively require to write code in a single line.
    forelocked-beobachter authored and ilammy committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    c529cae View commit details
    Browse the repository at this point in the history