Skip to content

Commit 3eec671

Browse files
authored
[time.clock.system.overview] Remove superfluous whitespaces (#7815)
1 parent 03dc4de commit 3eec671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/time.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2655,8 +2655,8 @@
26552655
static time_point now() noexcept;
26562656

26572657
// mapping to/from C type \tcode{time_t}
2658-
static time_t to_time_t (const time_point& t) noexcept;
2659-
static time_point from_time_t(time_t t) noexcept;
2658+
static time_t to_time_t (const time_point& t) noexcept;
2659+
static time_point from_time_t(time_t t) noexcept;
26602660
};
26612661
}
26622662
\end{codeblock}

0 commit comments

Comments
 (0)