Fixed spacing in dotnet comment

This commit is contained in:
enkomio 2016-01-04 16:55:20 +01:00
parent 2952d255c2
commit 272fb8524f

View file

@ -69,7 +69,7 @@ template = {
'sparc.h': 'Sparc', 'sparc.h': 'Sparc',
'm68k.h': 'M68k', 'm68k.h': 'M68k',
'unicorn.h': 'Common', 'unicorn.h': 'Common',
'comment_open': '//', 'comment_open': ' //',
'comment_close': '', 'comment_close': '',
}, },
} }