Revision: 6818 Author: [email protected] Date: Tue Nov 10 14:14:58 2009 Log: Replace tabs with spaces.
Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=6818 Modified: /trunk/plugins/xpcom/ExternalWrapper.cpp ======================================= --- /trunk/plugins/xpcom/ExternalWrapper.cpp Tue Nov 10 14:13:03 2009 +++ /trunk/plugins/xpcom/ExternalWrapper.cpp Tue Nov 10 14:14:58 2009 @@ -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; --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
