Skip to content

Commit 7a5577f

Browse files
committed
[locale] Fix excessive spacing.
1 parent 6a7b14a commit 7a5577f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
template <class Facet> locale combine(const locale& other) const;
148148

149149
// locale operations:
150-
basic_string<char> name() const;
150+
basic_string<char> name() const;
151151

152152
bool operator==(const locale& other) const;
153153
bool operator!=(const locale& other) const;

0 commit comments

Comments
 (0)