Skip to content
Snippets Groups Projects
Commit c9bb75e3 authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

MAINT-7626 EOF fix

parent bbbcd610
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -406,4 +406,5 @@ std::string LLXfer_VFile::getFileName()
U32 LLXfer_VFile::getXferTypeTag()
{
return LLXfer::XFER_VFILE;
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment