summaryrefslogtreecommitdiffstats
path: root/src/object/brain.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-26 23:01:17 +0200
commitc2a7375788aea0cf1c0f4c45e4823a8a9a85264d (patch)
tree932e79f6940366a96f25fee83510a5193a7cb1e3 /src/object/brain.cpp
parentcf312c0b870175b8897ce98df6a8c46ccce92e2e (diff)
downloadcolobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.gz
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.tar.bz2
colobot-c2a7375788aea0cf1c0f4c45e4823a8a9a85264d.zip
Removed trailing whitespace
Diffstat (limited to 'src/object/brain.cpp')
-rw-r--r--src/object/brain.cpp8
1 files changed, 4 insertions, 4 deletions
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;