Fixed almost all tab and min/max issues found by inspect tool

[SVN r53142]
This commit is contained in:
Jeremiah Willcock
2009-05-20 19:41:20 +00:00
parent f0938f6338
commit bdba161021

View File

@@ -23,7 +23,7 @@ namespace intrusive {
template <class T>
struct priority_compare
: public std::binary_function<T, T, bool>
: public std::binary_function<T, T, bool>
{
bool operator()(const T &val, const T &val2) const
{