Address cpplint issue "At least two spaces is best between code and comments [whitespace/comments] [2]"

This commit is contained in:
Ales Pergl 2017-04-05 13:19:19 +02:00
parent bf86718d61
commit 1a7d9a5d20

View file

@ -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_ = {};