mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Apply new indentation, brace, and whitespace style
This commit is contained in:
2
path.h
2
path.h
@@ -71,7 +71,7 @@ bool path_can_be_implicit_cd(const wcstring &path,
|
||||
Remove double slashes and trailing slashes from a path,
|
||||
e.g. transform foo//bar/ into foo/bar. The string is modified in-place.
|
||||
*/
|
||||
void path_make_canonical( wcstring &path );
|
||||
void path_make_canonical(wcstring &path);
|
||||
|
||||
bool path_is_valid(const wcstring &path, const wcstring &working_directory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user