Replace tabs with spaces.

Patch by: jat
Unreviewed


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6818 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/xpcom/ExternalWrapper.cpp b/plugins/xpcom/ExternalWrapper.cpp
index 3f80230..8ed590e 100644
--- a/plugins/xpcom/ExternalWrapper.cpp
+++ b/plugins/xpcom/ExternalWrapper.cpp
@@ -246,9 +246,9 @@
 
 // TODO(jat): remove suppliedUrl and update hosted.html API
 NS_IMETHODIMP ExternalWrapper::Connect(const nsACString& suppliedUrl,
-		const nsACString& sessionKey, const nsACString& aAddr,
-		const nsACString& aModuleName, const nsACString& hostedHtmlVersion,
-		PRBool *_retval) {
+                const nsACString& sessionKey, const nsACString& aAddr,
+                const nsACString& aModuleName, const nsACString& hostedHtmlVersion,
+                PRBool *_retval) {
   Debug::log(Debug::Info) << "Connect(url=" <<  url << ", sessionKey="
       << sessionKey << ", address=" << aAddr << ", module=" << aModuleName
       << ", hostedHtmlVersion=" << hostedHtmlVersion << Debug::flush;