Fixed most tab and min/max issues from trunk inspection report

[SVN r53141]
This commit is contained in:
Jeremiah Willcock
2009-05-20 19:19:00 +00:00
parent 0372936d86
commit 8465a47472

View File

@ -9,18 +9,18 @@
namespace
boost
{
namespace
exception_detail
{
class
exception_ptr_base
{
public:
namespace
exception_detail
{
class
exception_ptr_base
{
public:
virtual void _rethrow() const=0;
virtual bool _empty() const=0;
};
}
virtual void _rethrow() const=0;
virtual bool _empty() const=0;
};
}
}
#endif