diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 78cf21ddbb94079598047ff7171b63c4512ca213..7c0124322c677cce40b610da089482946151acca 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3223,11 +3223,11 @@ LLSD LLAppViewer::getViewerInfo() const
 	cef_ver_codec << DULLAHAN_VERSION_BUILD;
 
 	cef_ver_codec << std::endl;
-	cef_ver_codec << "CEF: ";
+	cef_ver_codec << "  CEF: ";
 	cef_ver_codec << CEF_VERSION;
 
 	cef_ver_codec << std::endl;
-	cef_ver_codec << "Chromium: ";
+	cef_ver_codec << "  Chromium: ";
 	cef_ver_codec << CHROME_VERSION_MAJOR;
 	cef_ver_codec << ".";
 	cef_ver_codec << CHROME_VERSION_MINOR;