diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-05-18 02:51:09 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2018-05-18 02:51:09 +0300 |
commit | c9bb75e3353f366d7eb2f789d04d589cc5d6ae0a (patch) | |
tree | 1d6e2a0e220ae81fe411906b01e66d8e9eb0b35f /indra | |
parent | bbbcd6102a38a0b6a66285add9dbbfc730f928b4 (diff) |
MAINT-7626 EOF fix
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llmessage/llxfer_file.cpp | 3 | ||||
-rw-r--r-- | indra/llmessage/llxfer_vfile.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/indra/llmessage/llxfer_file.cpp b/indra/llmessage/llxfer_file.cpp index 9a085b5920..7fd4222fb7 100644 --- a/indra/llmessage/llxfer_file.cpp +++ b/indra/llmessage/llxfer_file.cpp @@ -471,4 +471,5 @@ S32 copy_file(const std::string& from, const std::string& to) if(out) fclose(out); return rv; } -#endif
\ No newline at end of file +#endif + diff --git a/indra/llmessage/llxfer_vfile.cpp b/indra/llmessage/llxfer_vfile.cpp index e0281f1348..ddc24342f6 100644 --- a/indra/llmessage/llxfer_vfile.cpp +++ b/indra/llmessage/llxfer_vfile.cpp @@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName() U32 LLXfer_VFile::getXferTypeTag() { return LLXfer::XFER_VFILE; -}
\ No newline at end of file +} + |