Formatting

This commit is contained in:
ridiculousfish
2013-01-12 12:55:23 -08:00
parent b32fcc7a8e
commit 373cca0bf6
6 changed files with 18 additions and 14 deletions

View File

@@ -1644,7 +1644,7 @@ int expand_string(const wcstring &input, std::vector<completion_t> &output, expa
{
wcstring next = in->at(i).completion;
if (! (EXPAND_SKIP_HOME_DIRECTORIES & flags))
if (!(EXPAND_SKIP_HOME_DIRECTORIES & flags))
expand_home_directory(next);