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
164 stars 37 forks source link

qrencode: use \e instead of \033 #68

Closed williamcroberts closed 4 years ago

williamcroberts commented 4 years ago

They're functionally equivalent for the escape character, as \e is really \033 as it's ASCII value, but it's a little more compact and clear to use \e.

Signed-off-by: William Roberts william.c.roberts@intel.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   84.05%   84.05%           
=======================================
  Files           4        4           
  Lines         759      759           
=======================================
  Hits          638      638           
  Misses        121      121           
Impacted Files Coverage Δ
src/tpm2-totp.c 84.36% <100.00%> (ø)

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 f4c95d9...7ef8b89. Read the comment docs.