From 1499ade89cb4b186c8ab7040ac7ef86b1292c0f8 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 12 Jun 2016 11:34:35 -0700 Subject: Restyle touched .cpp files --- src/tokenizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tokenizer.cpp') diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index 8e0bc590..2bff944b 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -383,7 +383,7 @@ static size_t read_redirection_or_fd_pipe(const wchar_t *buff, } } } - + // Either way we should have ended on the redirection character itself like '>'. // Don't allow an fd with a caret redirection - see #1873 wchar_t redirect_char = buff[idx++]; // note increment of idx -- cgit v1.2.3