Skip to content

Commit

Permalink
apply some reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Aug 14, 2014
1 parent 18915ae commit b310e0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Algorithms/IteratorBasedCRC32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b310e0f

Please sign in to comment.