From 0aeb17b1cbf35a41883dbc08357d8bef08ffeb66 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 20 Jun 2013 18:32:37 +0100 Subject: [PATCH] Removed extra whitespace. --- src/Generator/Utils/TextGenerator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Generator/Utils/TextGenerator.cs b/src/Generator/Utils/TextGenerator.cs index 6ae9aa54..c4c435c5 100644 --- a/src/Generator/Utils/TextGenerator.cs +++ b/src/Generator/Utils/TextGenerator.cs @@ -111,6 +111,5 @@ namespace CppSharp { return tg.ToString(); } - } }