From a3dcda574107e696f45fe97986efa9c61a4b704f Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Tue, 5 Dec 2017 22:14:08 +0900 Subject: [PATCH] Replace body with do. --- source/ddbus/thin.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ddbus/thin.d b/source/ddbus/thin.d index 1425b18..e3a6943 100644 --- a/source/ddbus/thin.d +++ b/source/ddbus/thin.d @@ -59,7 +59,7 @@ struct ObjectPath { assert(ObjectPath.isValid(_value) && ObjectPath.isValid(rhs._value)); } out (v) { assert(ObjectPath.isValid(v._value)); - } body { + } do { ObjectPath ret; if (_value == "/")