mirror of
https://github.com/avast/retdec.git
synced 2024-12-20 04:18:30 +00:00
Remove useless trailing whitespace.
This commit is contained in:
parent
5b478c72df
commit
f62b4c0684
@ -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)
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user