minor code formating things

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1442 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-07-21 13:29:20 +00:00
parent 35f5de2800
commit 8800500d86
2 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -126,7 +126,8 @@ ScriptValueP Context::eval(const Script& script, bool useScope) {
}
// Function call
case I_CALL: new_scope.reset(new LocalScope(*this)); //new scope
case I_CALL:
new_scope.reset(new LocalScope(*this)); //new scope
case I_TAILCALL: {
// prepare arguments
for (unsigned int j = 0 ; j < i.data ; ++j) {