From d0e5a34ac7c34e70c145024a0fed8f6042814f29 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 22 Apr 2010 08:21:01 +0000 Subject: * ext/**/*.[ch]: removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/ossl_asn1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/ossl_asn1.c') diff --git a/ext/openssl/ossl_asn1.c b/ext/openssl/ossl_asn1.c index 5068876e28..6682cb7748 100644 --- a/ext/openssl/ossl_asn1.c +++ b/ext/openssl/ossl_asn1.c @@ -30,7 +30,7 @@ asn1time_to_time(ASN1_TIME *time) if (!time || !time->data) return Qnil; memset(&tm, 0, sizeof(struct tm)); - + switch (time->type) { case V_ASN1_UTCTIME: if (sscanf((const char *)time->data, "%2d%2d%2d%2d%2d%2dZ", &tm.tm_year, &tm.tm_mon, -- cgit v1.2.3