Fix indentation

This commit is contained in:
ridiculousfish 2014-06-07 23:27:06 -07:00
parent 58f4182880
commit 8345fc2b9e

View file

@ -343,7 +343,7 @@ static int builtin_jobs(parser_t &parser, wchar_t **argv)
append_format(stdout_buffer,
_(L"%ls: There are no jobs\n"),
argv[0]);
return 1;
return 1;
}
return 0;