summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-11-09 17:42:05 -0800
committerbrad kittenbrink <brad@lindenlab.com>2010-11-09 17:42:05 -0800
commit3493da8c41a157f2cd52632c2ac69b67e4091644 (patch)
tree01f01b8449b7c558bde4f9d769f93de3ce17b886 /indra/viewer_components/updater
parent9ae2891a3afefcbf0c72cadaef203426cb0e5954 (diff)
Fix for linux eol failures.
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r--indra/viewer_components/updater/llupdateinstaller.cpp2
-rw-r--r--indra/viewer_components/updater/llupdateinstaller.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/llupdateinstaller.cpp b/indra/viewer_components/updater/llupdateinstaller.cpp
index 4d7c78d36c..1bb2101df1 100644
--- a/indra/viewer_components/updater/llupdateinstaller.cpp
+++ b/indra/viewer_components/updater/llupdateinstaller.cpp
@@ -35,4 +35,4 @@ void ll_install_update(std::string const & script, std::string const & updatePat
launcher.addArgument(updatePath);
launcher.launch();
launcher.orphan();
-} \ No newline at end of file
+}
diff --git a/indra/viewer_components/updater/llupdateinstaller.h b/indra/viewer_components/updater/llupdateinstaller.h
index a6068e9025..991fe2afe1 100644
--- a/indra/viewer_components/updater/llupdateinstaller.h
+++ b/indra/viewer_components/updater/llupdateinstaller.h
@@ -39,4 +39,4 @@
void ll_install_update(std::string const & script, std::string const & updatePath);
-#endif \ No newline at end of file
+#endif