clang-format brightray

This commit is contained in:
Shelley Vohr 2018-04-17 21:46:27 -04:00
parent 7a8a0f6b4b
commit 284aca68c0
No known key found for this signature in database
GPG key ID: F13993A75599653C
25 changed files with 268 additions and 273 deletions

View file

@ -27,10 +27,15 @@ class LibnotifyNotification : public Notification {
void Dismiss() override;
private:
CHROMEG_CALLBACK_0(LibnotifyNotification, void, OnNotificationClosed,
CHROMEG_CALLBACK_0(LibnotifyNotification,
void,
OnNotificationClosed,
NotifyNotification*);
CHROMEG_CALLBACK_1(LibnotifyNotification, void, OnNotificationView,
NotifyNotification*, char*);
CHROMEG_CALLBACK_1(LibnotifyNotification,
void,
OnNotificationView,
NotifyNotification*,
char*);
NotifyNotification* notification_;