appease the linter

This commit is contained in:
Shelley Vohr 2018-02-26 22:25:09 -08:00
parent b722150d87
commit 837a2d4bbd
No known key found for this signature in database
GPG key ID: F13993A75599653C
2 changed files with 4 additions and 2 deletions

View file

@ -1082,7 +1082,8 @@ void BrowserWindow::ToggleTabBar() {
window_->ToggleTabBar();
}
void BrowserWindow::AddTabbedWindow(NativeWindow* window, mate::Arguments* args) {
void BrowserWindow::AddTabbedWindow(NativeWindow* window,
mate::Arguments* args) {
window_->AddTabbedWindow(window, args);
}

View file

@ -336,7 +336,8 @@ void NativeWindow::MoveTabToNewWindow() {
void NativeWindow::ToggleTabBar() {
}
void NativeWindow::AddTabbedWindow(NativeWindow* window, mate::Arguments* args) {
void NativeWindow::AddTabbedWindow(NativeWindow* window,
mate::Arguments* args) {
}
void NativeWindow::SetVibrancy(const std::string& filename) {