From: Richard Levitte Date: Sat, 27 Dec 2003 14:26:15 +0000 (+0000) Subject: Add a newline at the end of the last line. X-Git-Tag: OpenSSL_0_9_7d~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61590d89456d3b45c775665a2f91386a8f0c0b2c;p=oweals%2Fopenssl.git Add a newline at the end of the last line. This is part of a large change submitted by Markus Friedl --- diff --git a/MacOS/GetHTTPS.src/CPStringUtils.cpp b/MacOS/GetHTTPS.src/CPStringUtils.cpp index 5f64afe967..617aae2c70 100644 --- a/MacOS/GetHTTPS.src/CPStringUtils.cpp +++ b/MacOS/GetHTTPS.src/CPStringUtils.cpp @@ -2750,4 +2750,4 @@ void SkipWhiteSpace(char **ioSrcCharPtr,const Boolean inStopAtEOL) } } } -} \ No newline at end of file +} diff --git a/MacOS/GetHTTPS.src/ErrorHandling.cpp b/MacOS/GetHTTPS.src/ErrorHandling.cpp index 07a32de59e..80b6a675f4 100644 --- a/MacOS/GetHTTPS.src/ErrorHandling.cpp +++ b/MacOS/GetHTTPS.src/ErrorHandling.cpp @@ -167,4 +167,4 @@ void ThrowErrorMessageException(void) ThrowDescriptiveException(gErrorMessage); } -#endif \ No newline at end of file +#endif