diff options
author | Richard Levitte <levitte@openssl.org> | 2003-12-27 15:26:14 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-12-27 15:26:14 +0100 |
commit | b79aa47a0c8478bea62fc2bb55f99e0be172da3d (patch) | |
tree | e592699dc7a3734c0282b45a8c9d63af572a65da /MacOS/GetHTTPS.src | |
parent | Typos. (diff) | |
download | openssl-b79aa47a0c8478bea62fc2bb55f99e0be172da3d.tar.xz openssl-b79aa47a0c8478bea62fc2bb55f99e0be172da3d.zip |
Add a newline at the end of the last line.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
Diffstat (limited to 'MacOS/GetHTTPS.src')
-rw-r--r-- | MacOS/GetHTTPS.src/CPStringUtils.cpp | 2 | ||||
-rw-r--r-- | MacOS/GetHTTPS.src/ErrorHandling.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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 |