From 12b0764b4dc331a24ff2750b2851ddd9e9f98b5a Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 6 Apr 2014 20:46:16 +0100 Subject: [PATCH] Fixed trailing whitespace. --- src/AST/ASTVisitor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AST/ASTVisitor.cs b/src/AST/ASTVisitor.cs index a7387c5a..fe580fc5 100644 --- a/src/AST/ASTVisitor.cs +++ b/src/AST/ASTVisitor.cs @@ -307,7 +307,7 @@ namespace CppSharp.AST param.Visit(this); return true; - } + } public virtual bool VisitMethodDecl(Method method) {