public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Fix indentation in rope
@ 2020-12-02 12:28 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-12-02 12:28 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

libstdc++-v3/ChangeLog:

	* include/ext/rope: Fix indentation of access specifiers.

Tested powerpc64le-linux. Committed to trunk.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1325 bytes --]

commit d38fbb5a863dfc00631c74a525a908cef620e149
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Dec 2 11:25:42 2020

    libstdc++: Fix indentation in rope
    
    libstdc++-v3/ChangeLog:
    
            * include/ext/rope: Fix indentation of access specifiers.

diff --git a/libstdc++-v3/include/ext/rope b/libstdc++-v3/include/ext/rope
index 08e510bb0dc..8479acd8f74 100644
--- a/libstdc++-v3/include/ext/rope
+++ b/libstdc++-v3/include/ext/rope
@@ -675,7 +675,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
       static void _S_ref(_Rope_RopeRep*) { }
       static void _S_free_if_unref(_Rope_RopeRep*) { }
 #   endif
-protected:
+    protected:
       _Rope_RopeRep&
       operator=(const _Rope_RopeRep&);
 
@@ -742,7 +742,7 @@ protected:
 	this->__STL_FREE_STRING(_M_data, this->_M_size, this->_M_get_allocator());
       }
 #endif
-protected:
+    protected:
       _Rope_RopeLeaf&
       operator=(const _Rope_RopeLeaf&);
 
@@ -778,7 +778,7 @@ protected:
 	_M_right->_M_unref_nonnil();
       }
 #endif
-protected:
+    protected:
       _Rope_RopeConcatenation&
       operator=(const _Rope_RopeConcatenation&);
       
@@ -1508,7 +1508,7 @@ protected:
       __ROPE_DEFINE_ALLOCS(_Alloc)
 #undef __ROPE_DEFINE_ALLOC
 
-	protected:
+    protected:
       _Rope_base&
       operator=(const _Rope_base&);
       

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-02 12:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 12:28 [committed] libstdc++: Fix indentation in rope Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).