whitespace cleanup
This commit is contained in:
rginda%netscape.com 2001-09-01 18:01:28 +00:00
Родитель a2e92028c9
Коммит 95a185d386
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -61,9 +61,9 @@ _addNewFrame(JSDContext* jsdc,
return NULL;
jsdframe->jsdthreadstate = jsdthreadstate;
jsdframe->jsdscript = jsdscript ;
jsdframe->pc = pc ;
jsdframe->fp = fp ;
jsdframe->jsdscript = jsdscript;
jsdframe->pc = pc;
jsdframe->fp = fp;
JS_APPEND_LINK(&jsdframe->links, &jsdthreadstate->stack);
jsdthreadstate->stackDepth++;