tpm2-software / tpm2-totp

Attest the trustworthiness of a device against a human using time-based one-time passwords
https://tpm2-software.github.io
BSD 3-Clause "New" or "Revised" License
163 stars 36 forks source link

Fix whitespace errors #29

Closed diabonas closed 5 years ago

diabonas commented 5 years ago

Remove trailing whitespace and add a check to the CI, see https://github.com/tpm2-software/tpm2-tss/pull/1416.

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #29   +/-   ##
=======================================
  Coverage   80.46%   80.46%           
=======================================
  Files           5        5           
  Lines         819      819           
=======================================
  Hits          659      659           
  Misses        160      160
Impacted Files Coverage Δ
test/libtpm2-totp.c 81.25% <ø> (ø) :arrow_up:
src/libtpm2-totp.c 84.66% <100%> (ø) :arrow_up:
src/tpm2-totp.c 82.03% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a90bdc...e3863fa. Read the comment docs.