Fix "FIXME" indentation :-)
authorBodo Möller <bodo@openssl.org>
Fri, 19 May 2000 12:02:09 +0000 (12:02 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 19 May 2000 12:02:09 +0000 (12:02 +0000)
crypto/asn1/a_utctm.c

index 379c30c7698231c6903746d992260e29826f4e15..f6652e708104846bc16cc0e3ef39ba84b0511ae2 100644 (file)
@@ -294,7 +294,7 @@ time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s)
        return timegm(&tm)-offset*60; /* FIXME: timegm is non-standard,
                                       * typically we only have mktime (which
                                       * interprets the struct tm according to
-                                                                  * the current time zone setting).
-                                                                  * Also time_t is inappropriate for general
+                                      * the current time zone setting).
+                                      * Also time_t is inappropriate for general
                                       * UTC times because it may a 32 bit type. */
        }