clang-format {silly)
modified: packer.h
This commit is contained in:
parent
f4604db164
commit
abced6720b
@ -314,7 +314,7 @@ protected:
|
||||
upx_uint64_t val = get_te64(p);
|
||||
if (val >> 32)
|
||||
throwCantPack("64-bit value too big %#llx", val);
|
||||
return (unsigned)val;
|
||||
return (unsigned) val;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user