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/neighborhood/norad/subplatform.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/pegasus/neighborhood/norad/subplatform.cpp') diff --git a/engines/pegasus/neighborhood/norad/subplatform.cpp b/engines/pegasus/neighborhood/norad/subplatform.cpp index bfe93ea22c..97079a9f53 100644 --- a/engines/pegasus/neighborhood/norad/subplatform.cpp +++ b/engines/pegasus/neighborhood/norad/subplatform.cpp @@ -81,7 +81,7 @@ void SubPlatform::openInteraction() { _platformMovie.startDisplaying(); _platformCallBack.setNotification(&_platformNotification); _platformCallBack.initCallBack(&_platformMovie, kCallBackAtExtremes); - + _platformNotification.notifyMe(this, kPlatformNotificationFlags, kPlatformNotificationFlags); } @@ -135,12 +135,12 @@ void SubPlatform::receiveNotification(Notification *notification, const Notifica _platformMovie.stopDisplaying(); owner->getExtraEntry(kNorad19ExitToSub, entry); - + loop1Spec.makeTwoKnotFaderSpec(kNoradAlphaMovieScale, 0, kNoradWarningVolume, entry.movieEnd - entry.movieStart, 0); loop1Spec.insertFaderKnot(4560, kNoradWarningVolume); loop1Spec.insertFaderKnot(5080, 0); - + loop2Spec.makeTwoKnotFaderSpec(kNoradAlphaMovieScale, 0, kNoradSuckWindVolume, entry.movieEnd - entry.movieStart, 0); loop1Spec.insertFaderKnot(4560, kNoradSuckWindVolume); @@ -176,7 +176,7 @@ void SubPlatform::activateHotspots() { GameInteraction::activateHotspots(); } -void SubPlatform::clickInHotspot(const Input &input, const Hotspot *spot) { +void SubPlatform::clickInHotspot(const Input &input, const Hotspot *spot) { if (spot->getObjectID() == kNorad19ActivateMonitorSpotID) { if (GameState.getNoradSubPrepState() == kSubDamaged) { _platformMovie.setSegment(kDamagedStart * _platformScale, kDamagedStop * _platformScale); @@ -195,7 +195,7 @@ void SubPlatform::clickInHotspot(const Input &input, const Hotspot *spot) { _platformMovie.redrawMovieWorld(); _stateBits &= ~kWaitingForPlayerBit; - + allowInput(false); } else { GameInteraction::clickInHotspot(input, spot); -- cgit v1.2.3