Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Expressions/intern/ErrorValue.cpp')
-rw-r--r--source/gameengine/Expressions/intern/ErrorValue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Expressions/intern/ErrorValue.cpp b/source/gameengine/Expressions/intern/ErrorValue.cpp
index c03ceb88073..502608a6dcf 100644
--- a/source/gameengine/Expressions/intern/ErrorValue.cpp
+++ b/source/gameengine/Expressions/intern/ErrorValue.cpp
@@ -82,7 +82,7 @@ ret: a new object containing the result of applying operator op to this
break;
}
}
-
+
return errorval;
}
@@ -122,7 +122,7 @@ const STR_String & CErrorValue::GetText()
CValue* CErrorValue::GetReplica()
-{
+{
// who would want a copy of an error ?
trace ("Error: ErrorValue::GetReplica() not implemented yet");
assertd(false);