Fix whitespace.
This commit is contained in:
parent
24f4e5f70f
commit
5e979364cb
|
@ -598,7 +598,7 @@ struct GenericPath(F) {
|
||||||
void opOpAssign(string op : "~", T)(T op) { this = this ~ op; }
|
void opOpAssign(string op : "~", T)(T op) { this = this ~ op; }
|
||||||
|
|
||||||
/** Tests whether the given path is a prefix of this path.
|
/** Tests whether the given path is a prefix of this path.
|
||||||
|
|
||||||
Any path separators will be ignored during the comparison.
|
Any path separators will be ignored during the comparison.
|
||||||
*/
|
*/
|
||||||
bool startsWith(GenericPath prefix)
|
bool startsWith(GenericPath prefix)
|
||||||
|
|
Loading…
Reference in a new issue