Apply new indentation, brace, and whitespace style

This commit is contained in:
ridiculousfish
2012-11-18 16:30:30 -08:00
parent bab69f2672
commit 9992b8eb0e
103 changed files with 32091 additions and 30772 deletions

2
path.h
View File

@@ -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);