mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
syntax/whitespace touchup
This commit is contained in:
parent
540d3f60f3
commit
9dc93ac561
@ -38,7 +38,7 @@ extern char *concat_path_file(const char *path, const char *filename)
|
|||||||
lc = last_char_is(path, '/');
|
lc = last_char_is(path, '/');
|
||||||
while (*filename == '/')
|
while (*filename == '/')
|
||||||
filename++;
|
filename++;
|
||||||
bb_xasprintf(&outbuf, "%s%s%s", path, (lc==NULL)? "/" : "", filename);
|
bb_xasprintf(&outbuf, "%s%s%s", path, (lc==NULL ? "/" : ""), filename);
|
||||||
|
|
||||||
return outbuf;
|
return outbuf;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user