Skip to content

Commit 9766bc8

Browse files
authored
[time.syn] Fix indentation (#7535)
1 parent 22937c0 commit 9766bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
// \ref{time.parse}, parsing
858858
template<class charT, class Parsable>
859859
@\unspec@
860-
parse(const charT* fmt, Parsable& tp);
860+
parse(const charT* fmt, Parsable& tp);
861861
template<class charT, class traits, class Alloc, class Parsable>
862862
@\unspec@
863863
parse(const basic_string<charT, traits, Alloc>& fmt, Parsable& tp);

0 commit comments

Comments
 (0)