adapted to coding style

This commit is contained in:
2010-05-27 13:25:30 +00:00
parent 7d91ce9b73
commit 01c729b290
+2 -2
View File
@@ -16,8 +16,8 @@ h5priv_fcmp (
// Make sure maxUlps is non-negative and small enough that the
// default NAN won't compare as equal to anything.
assert(maxUlps > 0 && maxUlps < 4 * 1024 * 1024);
assert ( sizeof(long long) == sizeof(h5_int64_t) );
assert (maxUlps > 0 && maxUlps < 4 * 1024 * 1024);
assert (sizeof (long long) == sizeof (h5_int64_t) );
// Make [ab]Int lexicographically ordered as a twos-complement int
h5_int64_t aInt = *(h5_int64_t*)&A;