Address cpplint issue "At least two spaces is best between code and comments [whitespace/comments] [2]"
This commit is contained in:
parent
bf86718d61
commit
1a7d9a5d20
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class DesktopNotificationController::Toast {
|
||||||
HDC hdc_;
|
HDC hdc_;
|
||||||
HBITMAP bitmap_ = NULL;
|
HBITMAP bitmap_ = NULL;
|
||||||
|
|
||||||
const std::shared_ptr<NotificationData> data_; // never null
|
const std::shared_ptr<NotificationData> data_; // never null
|
||||||
|
|
||||||
SIZE toast_size_ = {};
|
SIZE toast_size_ = {};
|
||||||
SIZE margin_ = {};
|
SIZE margin_ = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue