Fix space before EOL in vvp/vthread.cc

This commit is contained in:
Cary R 2012-10-25 10:37:08 -07:00
parent e72852d53f
commit b32e1bcbcb
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ struct vthread_s {
cnt -= 1;
}
}
/* Objects are also operated on in a stack. */
vector<vvp_object_t> stack_obj;