소스 검색

Fixed coding style in SecureMessageDecryptor

Michael Stoll 14 년 전
부모
커밋
deccfc8aad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mcs/class/System.ServiceModel/System.ServiceModel.Channels.Security/SecureMessageDecryptor.cs

+ 1 - 1
mcs/class/System.ServiceModel/System.ServiceModel.Channels.Security/SecureMessageDecryptor.cs

@@ -346,7 +346,7 @@ doc.PreserveWhitespace = true;
 			SupportingTokenParameters supp;
 			string action = GetAction ();
             if (action == null)
-                throw new ArgumentException("SOAP action could not be retrieved from the message to decrypt.");
+                throw new ArgumentException ("SOAP action could not be retrieved from the message to decrypt.");
 
 			ValidateTokensByParameters (security.Element.EndpointSupportingTokenParameters, tokens, false);
 			if (security.Element.OperationSupportingTokenParameters.TryGetValue (action, out supp))