spaced out format string for readability

This commit is contained in:
jband%netscape.com 1999-07-02 02:41:15 +00:00
Родитель a4870b7c12
Коммит 0c82b1f04e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1041,14 +1041,14 @@ sm_test_done:
printf("ArgumentFormatter test: ");
argv = JS_PushArguments(jscontext, &mark, "s%ips",
argv = JS_PushArguments(jscontext, &mark, "s %ip s",
a_in, &nsITestXPCFoo2::GetIID(), foo, b_in);
if(argv)
{
nsISupports* fooc;
nsTestXPCFoo* foog;
if(JS_ConvertArguments(jscontext, 3, argv, "s%ips",
if(JS_ConvertArguments(jscontext, 3, argv, "s %ip s",
&a_out, &fooc, &b_out))
{
if(fooc)