Browse Source

Identation fix.

pull/1/head
Tarmo Pikaro 13 years ago committed by triton
parent
commit
975520a291
  1. 2
      src/Generator/Types/TypeMap.cs

2
src/Generator/Types/TypeMap.cs

@ -133,7 +133,7 @@ namespace Cxxi.Types @@ -133,7 +133,7 @@ namespace Cxxi.Types
private void SetupTypeMaps(IEnumerable<System.Type> types)
{
foreach (var typeMap in types)
{
{
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute), true);
if (attrs == null) continue;

Loading…
Cancel
Save