Remove all trailing whitespace
sed 's/[ \t]*$//' -i **/*.d
This commit is contained in:
parent
3faa5f3bdc
commit
8f89733a86
16 changed files with 114 additions and 114 deletions
|
@ -391,7 +391,7 @@ struct GenericPath(F) {
|
|||
|
||||
/** Constructs a path from an input range of `Segment`s.
|
||||
|
||||
Throws:
|
||||
Throws:
|
||||
Since path segments are pre-validated, this constructor does not
|
||||
throw an exception.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue