From 93d3f2a063b43b7916a45f381a9245388a505029 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 30 Apr 2011 19:31:21 -0500 Subject: [PATCH] nano cleanup --- src/ProfileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProfileManager.cpp b/src/ProfileManager.cpp index bd84550431..041803238c 100644 --- a/src/ProfileManager.cpp +++ b/src/ProfileManager.cpp @@ -824,7 +824,7 @@ public: if( pProfile ) pProfile->PushSelf(L); else - lua_pushnil(L ); + lua_pushnil(L); return 1; } static int GetLocalProfileFromIndex( T* p, lua_State *L ) { Profile *pProfile = p->GetLocalProfileFromIndex(IArg(1)); ASSERT(pProfile); pProfile->PushSelf(L); return 1; }