Add missing space

This commit is contained in:
de4dot 2014-04-08 00:16:57 +02:00
parent c77fdad74e
commit 88f22f19a8
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ namespace de4dot.code.deobfuscators.Eazfuscator_NET {
} }
public int? ValidStringDecrypterValue { public int? ValidStringDecrypterValue {
get { return validStringDecrypterValue;} get { return validStringDecrypterValue; }
} }
public TypeDef Type { public TypeDef Type {

View File

@ -57,7 +57,7 @@ namespace de4dot.code.deobfuscators.Goliath_NET {
} }
public TypeDef DelegateInitType { public TypeDef DelegateInitType {
get { return delegateInitType ?? FindDelegateInitType();} get { return delegateInitType ?? FindDelegateInitType(); }
} }
public TypeDef DelegateType { public TypeDef DelegateType {

View File

@ -28,7 +28,7 @@ namespace de4dot.code.deobfuscators.Goliath_NET {
MethodDef strongNameCheckMethod; MethodDef strongNameCheckMethod;
public bool Detected { public bool Detected {
get { return strongNameType != null;} get { return strongNameType != null; }
} }
public TypeDef Type { public TypeDef Type {