mirror of
https://github.com/boostorg/core.git
synced 2025-11-30 06:09:56 +01:00
Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
This commit is contained in:
committed by
Andrey Semashev
parent
20085f6d60
commit
6ab7c0401f
@@ -19,7 +19,7 @@ int test_main(int, char*[])
|
||||
typedef std::bitset<8> bitset_type;
|
||||
const bitset_type initial_value1 = 1ul;
|
||||
const bitset_type initial_value2 = 2ul;
|
||||
|
||||
|
||||
bitset_type object1 = initial_value1;
|
||||
bitset_type object2 = initial_value2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user