Fix white space issue.

This commit is contained in:
Cary R 2013-10-11 11:27:12 -07:00
parent 281556e93d
commit 8f0687adb7
1 changed files with 1 additions and 1 deletions

View File

@ -550,7 +550,7 @@ static void vthr_real_get_value(vpiHandle ref, s_vpi_value*vp)
else val = ceil(val - 0.5);
}
vp->value.integer = val;
break;
break;
case vpiDecStrVal:
sprintf(rbuf, "%0.0f", val);