apply some reformatting

This commit is contained in:
Dennis Luxen 2014-08-13 15:37:22 +02:00
parent 18915ae2bd
commit b310e0f718

View File

@ -116,7 +116,8 @@ class IteratorbasedCRC32
return ecx;
}
#if defined(__MINGW64__) || defined(_MSC_VER)
inline void __get_cpuid(int param, unsigned *eax, unsigned *ebx, unsigned *ecx, unsigned *edx) const
inline void
__get_cpuid(int param, unsigned *eax, unsigned *ebx, unsigned *ecx, unsigned *edx) const
{
*ecx = 0;
}