spaces to tabs

This commit is contained in:
sigatrev
2014-04-15 12:09:03 -05:00
parent f1adf16dc5
commit 99ba67acc7
2 changed files with 30 additions and 30 deletions
+4 -4
View File
@@ -384,13 +384,13 @@ public:
return 0;
}
static int StartTransitioningScreen( T* p, lua_State *L )
{
static int StartTransitioningScreen( T* p, lua_State *L )
{
RString sMessage = SArg(1);
ScreenMessage SM = ScreenMessageHelpers::ToScreenMessage( sMessage );
p->StartTransitioningScreen( SM );
p->StartTransitioningScreen( SM );
return 0;
}
}
LunaScreenWithMenuElements()
{