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_;
|
||||
HBITMAP bitmap_ = NULL;
|
||||
|
||||
const std::shared_ptr<NotificationData> data_; // never null
|
||||
const std::shared_ptr<NotificationData> data_; // never null
|
||||
|
||||
SIZE toast_size_ = {};
|
||||
SIZE margin_ = {};
|
||||
|
|
Loading…
Reference in a new issue