Browse Source

Fixed trailing whitespace.

pull/222/head
triton 12 years ago
parent
commit
12b0764b4d
  1. 2
      src/AST/ASTVisitor.cs

2
src/AST/ASTVisitor.cs

@ -307,7 +307,7 @@ namespace CppSharp.AST @@ -307,7 +307,7 @@ namespace CppSharp.AST
param.Visit(this);
return true;
}
}
public virtual bool VisitMethodDecl(Method method)
{

Loading…
Cancel
Save