Skip to content

Commit 2fffbb2

Browse files
authored
[default.allocator.general] Fix indentation (#7075)
1 parent 59e634a commit 2fffbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@
16731673
\begin{codeblock}
16741674
namespace std {
16751675
template<class T> class allocator {
1676-
public:
1676+
public:
16771677
using value_type = T;
16781678
using size_type = size_t;
16791679
using difference_type = ptrdiff_t;

0 commit comments

Comments
 (0)