From 272fb8524f250857c123e096e32f2cea0c499abf Mon Sep 17 00:00:00 2001 From: enkomio Date: Mon, 4 Jan 2016 16:55:20 +0100 Subject: [PATCH] Fixed spacing in dotnet comment --- bindings/const_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/const_generator.py b/bindings/const_generator.py index c5a122bb..7adafe33 100644 --- a/bindings/const_generator.py +++ b/bindings/const_generator.py @@ -69,7 +69,7 @@ template = { 'sparc.h': 'Sparc', 'm68k.h': 'M68k', 'unicorn.h': 'Common', - 'comment_open': '//', + 'comment_open': ' //', 'comment_close': '', }, }