From c2a7375788aea0cf1c0f4c45e4823a8a9a85264d Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 26 Jun 2012 23:01:17 +0200 Subject: Removed trailing whitespace --- src/object/brain.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/object/brain.cpp') diff --git a/src/object/brain.cpp b/src/object/brain.cpp index b720992..ef55e73 100644 --- a/src/object/brain.cpp +++ b/src/object/brain.cpp @@ -859,7 +859,7 @@ bool CBrain::IntroduceVirus() } // Active Virus indicates that the object is contaminated. Unlike ch'tites (??? - Programerus) -// letters which automatically disappear after a while, +// letters which automatically disappear after a while, // ActiveVirus does not disappear after you edit the program // (Even if the virus is not fixed). @@ -2535,7 +2535,7 @@ void CBrain::CheckInterface(CWindow *pw, EventMsg event, bool bState) void CBrain::EnableInterface(CWindow *pw, EventMsg event, bool bState) { CControl* control; - + control = pw->SearchControl(event); if ( control == 0 ) return; @@ -2547,7 +2547,7 @@ void CBrain::EnableInterface(CWindow *pw, EventMsg event, bool bState) void CBrain::DeadInterface(CWindow *pw, EventMsg event, bool bState) { CControl* control; - + control = pw->SearchControl(event); if ( control == 0 ) return; @@ -2559,7 +2559,7 @@ void CBrain::DeadInterface(CWindow *pw, EventMsg event, bool bState) void CBrain::DefaultEnter(CWindow *pw, EventMsg event, bool bState) { CControl* control; - + control = pw->SearchControl(event); if ( control == 0 ) return; -- cgit v1.2.3-1-g7c22