Fix whitespace.

This commit is contained in:
Sönke Ludwig 2017-08-10 11:08:26 +02:00
parent 24f4e5f70f
commit 5e979364cb
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

View file

@ -598,7 +598,7 @@ struct GenericPath(F) {
void opOpAssign(string op : "~", T)(T op) { this = this ~ op; }
/** Tests whether the given path is a prefix of this path.
Any path separators will be ignored during the comparison.
*/
bool startsWith(GenericPath prefix)