From 5e979364cbe8fe140318d852d7ef0bdc78f75d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 10 Aug 2017 11:08:26 +0200 Subject: [PATCH] Fix whitespace. --- source/vibe/core/path.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/vibe/core/path.d b/source/vibe/core/path.d index 937e261..a9cb3cb 100644 --- a/source/vibe/core/path.d +++ b/source/vibe/core/path.d @@ -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)