mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 14:21:34 +03:00
unix: whitespace cleanup
This commit is contained in:
parent
c8f8ced249
commit
3d36582fda
@ -464,8 +464,8 @@ _unix_scan_mount_point(u3_unix* unx_u, u3_umon* mon_u)
|
|||||||
|| '\0' == out_u->d_name[len_w + 1]
|
|| '\0' == out_u->d_name[len_w + 1]
|
||||||
|| '~' == out_u->d_name[strlen(out_u->d_name) - 1]
|
|| '~' == out_u->d_name[strlen(out_u->d_name) - 1]
|
||||||
|| ('#' == out_u->d_name[0] &&
|
|| ('#' == out_u->d_name[0] &&
|
||||||
'#' == out_u->d_name[strlen(out_u->d_name) - 1])
|
'#' == out_u->d_name[strlen(out_u->d_name) - 1]) )
|
||||||
) {
|
{
|
||||||
c3_free(pax_c);
|
c3_free(pax_c);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user