forked from boostorg/core
Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
This commit is contained in:
committed by
Andrey Semashev
parent
67f5d2afb0
commit
2fcd4580d0
@@ -19,7 +19,7 @@ int test_main(int, char*[])
|
|||||||
typedef std::bitset<8> bitset_type;
|
typedef std::bitset<8> bitset_type;
|
||||||
const bitset_type initial_value1 = 1ul;
|
const bitset_type initial_value1 = 1ul;
|
||||||
const bitset_type initial_value2 = 2ul;
|
const bitset_type initial_value2 = 2ul;
|
||||||
|
|
||||||
bitset_type object1 = initial_value1;
|
bitset_type object1 = initial_value1;
|
||||||
bitset_type object2 = initial_value2;
|
bitset_type object2 = initial_value2;
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
class swap_test_class
|
class swap_test_class
|
||||||
{
|
{
|
||||||
int m_data;
|
int m_data;
|
||||||
public:
|
public:
|
||||||
explicit swap_test_class(int arg = 0)
|
explicit swap_test_class(int arg = 0)
|
||||||
:
|
:
|
||||||
|
Reference in New Issue
Block a user