Browse Source

Formatting fixes.

pull/696/head
Joao Matos 10 years ago
parent
commit
62ab990b63
  1. 2
      src/Generator.Tests/Passes/TestPasses.cs

2
src/Generator.Tests/Passes/TestPasses.cs

@ -1,8 +1,8 @@
using CppSharp.AST; using CppSharp.AST;
using CppSharp.Generators.CSharp; using CppSharp.Generators.CSharp;
using System.Linq;
using CppSharp.Passes; using CppSharp.Passes;
using NUnit.Framework; using NUnit.Framework;
using System.Linq;
namespace CppSharp.Generator.Tests.Passes namespace CppSharp.Generator.Tests.Passes
{ {

Loading…
Cancel
Save