1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-07-31 06:25:20 +00:00

Eliminates all emdashes in cross-platform code.

This commit is contained in:
Thomas Harte
2018-05-13 15:34:31 -04:00
parent 0b771ce61a
commit 5d6b5d9f10
55 changed files with 82 additions and 82 deletions

View File

@@ -35,7 +35,7 @@ struct Time {
}
/*!
Reduces this @c Time to its simplest form eliminates all common factors from @c length
Reduces this @c Time to its simplest form; eliminates all common factors from @c length
and @c clock_rate.
*/
void simplify() {