clang-format {silly)

modified:   packer.h
This commit is contained in:
John Reiser 2024-12-02 08:08:51 -08:00
parent f4604db164
commit abced6720b

View File

@ -314,7 +314,7 @@ protected:
upx_uint64_t val = get_te64(p); upx_uint64_t val = get_te64(p);
if (val >> 32) if (val >> 32)
throwCantPack("64-bit value too big %#llx", val); throwCantPack("64-bit value too big %#llx", val);
return (unsigned)val; return (unsigned) val;
} }
protected: protected: