From 65a7fafd844b03f2d2fd719b996a1f4c0eae2b4d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 18 Apr 2019 20:27:14 +0100 Subject: [PATCH] Fix minor whitespace regression in Java generated code --- Source/Modules/java.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/java.cxx b/Source/Modules/java.cxx index 94087369a..cb41781dd 100644 --- a/Source/Modules/java.cxx +++ b/Source/Modules/java.cxx @@ -2078,7 +2078,7 @@ public: Printv(proxy_class_def, methodmods, NIL); else Printv(proxy_class_def, destruct_methodmodifiers, NIL); - Printv(proxy_class_def, " void ", destruct_methodname, "(", destruct_parameters, ") ", destructor_throws_clause, " ", destruct, "\n", NIL); + Printv(proxy_class_def, " void ", destruct_methodname, "(", destruct_parameters, ")", destructor_throws_clause, " ", destruct, "\n", NIL); } } if (*Char(interface_upcasts))