jessek / hashdeep

Other
694 stars 130 forks source link

Fix literal and identifier spacing as dictated by C++11 #385

Open kraj opened 5 years ago

kraj commented 5 years ago

Fixes clang error like below

error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] | status(" Known files not found: %"PRIu64, this->match.unused);

Signed-off-by: Khem Raj raj.khem@gmail.com