Address cpplint issue "Namespace should be terminated with "// namespace brightray" [readability/namespace] [5]"

This commit is contained in:
Ales Pergl 2017-04-05 13:10:28 +02:00
parent 64bf0d210e
commit 9d75e9f54c
9 changed files with 9 additions and 9 deletions

View file

@ -42,4 +42,4 @@ void NotificationPresenterWin7::OnNotificationDismissed(
if (n) n->NotificationDismissed();
}
}
} // namespace brightray

View file

@ -27,4 +27,4 @@ private:
void OnNotificationDismissed(Notification& notification) override;
};
} // namespace
} // namespace brightray

View file

@ -52,4 +52,4 @@ struct ScreenMetrics {
template<class T> T Y(T value) const { return ScaleForDpi(value, dpi_y); }
};
}
} // namespace brightray

View file

@ -401,4 +401,4 @@ DesktopNotificationController::NotificationLink::~NotificationLink() {
if (p) p->controller = nullptr;
}
}
} // namespace brightray

View file

@ -103,4 +103,4 @@ private:
friend class DesktopNotificationController;
};
}
} // namespace brightray

View file

@ -819,4 +819,4 @@ float DesktopNotificationController::Toast::AnimateStackCollapse() {
return pos;
}
}
} // namespace brightray

View file

@ -94,4 +94,4 @@ private:
float ease_in_pos_ = 0, ease_out_pos_ = 0, stack_collapse_pos_ = 0;
};
}
} // namespace brightray

View file

@ -55,4 +55,4 @@ void Win32Notification::Dismiss() {
notification_ref_.Close();
}
}
} // namespace brightray

View file

@ -29,4 +29,4 @@ private:
std::string tag_;
};
}
} // namespace brightray