diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 6a460ed03d8ff192c71656d6986603466c3cb767..8f588fe3e1ff9853f4be6ba9ac5ba66e0b69cf74 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -3277,11 +3277,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;