summaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
diff options
context:
space:
mode:
authornobu <nobu@ruby-lang.org>2011-11-04 07:19:23 +0000
committernobu <nobu@ruby-lang.org>2011-11-04 07:19:23 +0000
commit62171c70460cc2efcfc5b179860fac101175098e (patch)
treef30554b31223892c13ee2cde0b94f10a187db01d /ext/openssl/ossl_asn1.c
parenta668ff3b7fc28c59b1cc914492df8635ea41a7cb (diff)
downloadruby-openssl-history-62171c70460cc2efcfc5b179860fac101175098e.tar.gz
* whitespace cleanup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/openssl/ossl_asn1.c')
-rw-r--r--ext/openssl/ossl_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c
index 77f23e3..08b5753 100644
--- a/ext/openssl/ossl_asn1.c
+++ b/ext/openssl/ossl_asn1.c
@@ -869,7 +869,7 @@ int_ossl_asn1_decode0_cons(unsigned char **pp, long max_len, long length,
rb_ary_push(ary, value);
if (length > 0)
length -= inner_read;
-
+
if (infinite &&
NUM2INT(ossl_asn1_get_tag(value)) == V_ASN1_EOC &&
SYM2ID(ossl_asn1_get_tag_class(value)) == sUNIVERSAL) {