diff --git a/indra/llmessage/llxfer_file.cpp b/indra/llmessage/llxfer_file.cpp
index 9a085b592018f96e6c4da0045180074f161f380c..7fd4222fb75127f6de67435645c2230f4a488e9e 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 e0281f1348a3b357c8cb2c6c2da17b805bfa075e..ddc24342f68ce895de29d95aa8d6d87fd9da476e 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
+}
+