Address cpplint issue "public: should be indented +1 space inside class NotificationPresenterWin7 [whitespace/indent] [3]"
This commit is contained in:
parent
9d75e9f54c
commit
161b4e752b
4 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
namespace brightray {
|
||||
|
||||
class Win32Notification : public brightray::Notification {
|
||||
public:
|
||||
public:
|
||||
Win32Notification(NotificationDelegate* delegate,
|
||||
NotificationPresenterWin7* presenter) :
|
||||
Notification(delegate, presenter) {
|
||||
|
@ -23,7 +23,7 @@ public:
|
|||
return tag_;
|
||||
}
|
||||
|
||||
private:
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(Win32Notification);
|
||||
DesktopNotificationController::Notification notification_ref_;
|
||||
std::string tag_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue