Browse Source

Remove extra new line.

pull/990/merge
Joao Matos 8 years ago
parent
commit
f9e0ec52de
  1. 1
      src/AST/Property.cs

1
src/AST/Property.cs

@ -124,6 +124,5 @@ namespace CppSharp.AST @@ -124,6 +124,5 @@ namespace CppSharp.AST
{
return visitor.VisitProperty(this);
}
}
}
Loading…
Cancel
Save