Address cpplint issue "public: should be indented +1 space inside class NotificationPresenterWin7 [whitespace/indent] [3]"

This commit is contained in:
Ales Pergl 2017-04-05 13:15:06 +02:00
parent 9d75e9f54c
commit 161b4e752b
4 changed files with 14 additions and 14 deletions

View file

@ -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_;