[src] Revert accidental whitespace change.

This commit is contained in:
Rolf Bjarne Kvinge 2017-07-11 13:35:25 +02:00
Родитель 7058f0fee3
Коммит b6d1c91d70
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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++;