From fd213958022d2d0627106e1bb0d1421e10f8f16e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 17 Sep 2021 18:50:30 +0300 Subject: [PATCH] Minor indentation fixes --- doc/system/reference.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/system/reference.adoc b/doc/system/reference.adoc index 7bce244..6b545be 100644 --- a/doc/system/reference.adoc +++ b/doc/system/reference.adoc @@ -928,7 +928,7 @@ Returns: :: ``` template -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 -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 -friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept; + friend constexpr bool operator!=( const error_code & lhs, E rhs ) noexcept; ``` ``` template -friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept; + friend constexpr bool operator!=( E lhs, const error_code & rhs ) noexcept; ``` [none] * {blank}