From a6c6c74350bb673c178d9756a1625ca128d24f21 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 26 Sep 2012 04:10:32 +0200 Subject: PEGASUS: Remove trailing whitespaces. Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' --- engines/pegasus/notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/notification.cpp') diff --git a/engines/pegasus/notification.cpp b/engines/pegasus/notification.cpp index 4179afa70d..2d57fcc5e7 100644 --- a/engines/pegasus/notification.cpp +++ b/engines/pegasus/notification.cpp @@ -78,7 +78,7 @@ void Notification::setNotificationFlags(NotificationFlags flags, NotificationFla _currentFlags = (_currentFlags & ~mask) | flags; } -void Notification::checkReceivers() { +void Notification::checkReceivers() { NotificationFlags currentFlags = _currentFlags; _currentFlags = kNoNotificationFlags; -- cgit v1.2.3