Minor indentation fixes

This commit is contained in:
Peter Dimov
2021-09-17 18:50:30 +03:00
parent cebb011a58
commit fd21395802

View File

@ -928,7 +928,7 @@ Returns: ::
```
template<class E>
friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept;
friend constexpr bool operator==( const error_code & lhs, E rhs ) noexcept;
```
[none]
* {blank}
@ -941,7 +941,7 @@ Effects: ::
```
template<class E>
friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept;
friend constexpr bool operator==( E lhs, const error_code & rhs ) noexcept;
```
[none]
* {blank}
@ -954,11 +954,11 @@ Effects: ::
```
template<class E>
friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept;
friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept;
```
```
template<class E>
friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept;
friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept;
```
[none]
* {blank}