Commit 60a70c88 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Code style

This line ain't too long to be broken.
parent 52d7fc83
......@@ -225,8 +225,7 @@ vcc_ParseImport(struct vcc *tl)
msym->def_e = tl->t;
if (VFIL_searchpath(tl->vmod_path,
vcc_path_dlopen, &hdl, fn, &fnpx)) {
if (VFIL_searchpath(tl->vmod_path, vcc_path_dlopen, &hdl, fn, &fnpx)) {
VSB_printf(tl->sb, "Could not load VMOD %.*s\n", PF(mod));
VSB_printf(tl->sb, "\tFile name: %s\n",
fnpx != NULL ? fnpx : fn);
......
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