Skip to content

Commit

Permalink
Fix minor coding style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Apr 17, 2020
1 parent 63aa98e commit ab43a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embedding/embedlite/embedshared/nsWindow.cpp
Expand Up @@ -357,7 +357,8 @@ nsWindow::CreateRootContentController()
return nullptr;
}

const char *nsWindow::Type() const
const char *
nsWindow::Type() const
{
return "nsWindow";
}
Expand Down

0 comments on commit ab43a2a

Please sign in to comment.