Bug 715678 - Fix indentation in gonk/nsWindow.cpp, r=cjones

This commit is contained in:
Michael Wu 2012-01-05 11:17:14 -08:00
Родитель d216e435fc
Коммит 74111670cd
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -210,8 +210,8 @@ nsWindow::IsVisible(bool & aState)
NS_IMETHODIMP
nsWindow::ConstrainPosition(bool aAllowSlop,
PRInt32 *aX,
PRInt32 *aY)
PRInt32 *aX,
PRInt32 *aY)
{
return NS_OK;
}
@ -350,13 +350,13 @@ NS_IMETHODIMP_(void)
nsWindow::SetInputContext(const InputContext& aContext,
const InputContextAction& aAction)
{
mInputContext = aContext;
mInputContext = aContext;
}
NS_IMETHODIMP_(InputContext)
nsWindow::GetInputContext()
{
return mInputContext;
return mInputContext;
}
NS_IMETHODIMP