Remove useless trailing whitespace.

This commit is contained in:
Petr Zemek 2019-04-17 09:48:44 +02:00
parent 5b478c72df
commit f62b4c0684
2 changed files with 2 additions and 2 deletions

View File

@ -545,7 +545,7 @@ void SecSeg::computeEntropy()
{
return;
}
auto data = reinterpret_cast<const uint8_t *>(bytes.data());
auto size = bytes.size();
if (!data || size == 0)

View File

@ -17,7 +17,7 @@ endif()
# Get and install external support package from the retdec-support repository.
# This step may erase the entire target support directory, so it needs to go
# first.
# first.
#
install(CODE "
execute_process(