Skip to content
Snippets Groups Projects
Commit e3003911 authored by stratact's avatar stratact
Browse files

Merge branch 'fix-space-front' into 'master'

Don't trim starting space

See merge request redox-os/ion!962
parents c59eaa6a bb23925a
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,7 @@ impl<I: Iterator<Item = u8>> Terminator<I> {
quotes: Quotes::None,
terminated: false,
and_or: false,
whitespace: true,
whitespace: false,
lt_count: 0,
empty: true,
subshell: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment