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

@ -4,7 +4,7 @@
namespace brightray {
class DesktopNotificationController::Toast {
public:
public:
static void Register(HINSTANCE hInstance);
static HWND Create(HINSTANCE hInstance,
std::shared_ptr<NotificationData>& data);
@ -40,7 +40,7 @@ public:
return is_highlighted_;
}
private:
private:
enum TimerID {
TimerID_AutoDismiss = 1
};
@ -67,7 +67,7 @@ private:
float AnimateEaseOut();
float AnimateStackCollapse();
private:
private:
static constexpr const TCHAR class_name_[] =
TEXT("DesktopNotificationToast");