Commit d85bd6fc authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vut: Whitespace OCD

parent d054a37a
......@@ -479,8 +479,8 @@ VUT_Main(struct VUT *vut)
do
i = VSLQ_Dispatch(vut->vslq, vut_dispatch, vut);
while (i == vsl_more &&
VSIG_usr1 == vut->last_sigusr1 &&
VSIG_hup == vut->last_sighup);
VSIG_usr1 == vut->last_sigusr1 &&
VSIG_hup == vut->last_sighup);
if (i == vsl_more)
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment