Add newline at eof to quiet compiler warning

[SVN r7809]
This commit is contained in:
Beman Dawes
2000-09-25 00:49:18 +00:00
parent 76fcc1f65e
commit 0b55c0ecfd

View File

@ -173,4 +173,4 @@ int main()
std::cout << 0 << ' '; test( uint_t<0>::fast() );
return 0;
}
}