Skip to content

Commit e77f358

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[template.valarray.overview] Remove superfluous whitespaces and blank extra line
1 parent a091468 commit e77f358

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/numerics.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7209,10 +7209,9 @@
72097209
namespace std {
72107210
template<class T> class valarray {
72117211
public:
7212-
using value_type = T;
7213-
using iterator = @\unspec@;
7214-
using const_iterator = @\unspec@;
7215-
7212+
using value_type = T;
7213+
using iterator = @\unspec@;
7214+
using const_iterator = @\unspec@;
72167215

72177216
// \ref{valarray.cons}, construct/destroy
72187217
valarray();

0 commit comments

Comments
 (0)