From b6d1c91d70c82c1368470ab65e710f589afd0a64 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 11 Jul 2017 13:35:25 +0200 Subject: [PATCH] [src] Revert accidental whitespace change. --- src/generator-enums.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/generator-enums.cs b/src/generator-enums.cs index be11354c4a..940952ebb2 100644 --- a/src/generator-enums.cs +++ b/src/generator-enums.cs @@ -160,7 +160,7 @@ public partial class Generator { print ("}"); print (""); } - + print ("public static NSString GetConstant (this {0} self)", type.Name); print ("{"); indent++; @@ -184,7 +184,7 @@ public partial class Generator { print ("}"); print (""); - + print ("public static {0} GetValue (NSString constant)", type.Name); print ("{"); indent++;