aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-12 11:34:35 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-12 11:34:35 -0700
commit1499ade89cb4b186c8ab7040ac7ef86b1292c0f8 (patch)
tree86569561ed52bf6e7a3dd65c6c8c6fb41d7732ad /src/tokenizer.cpp
parent0310d3bd8c9fdf8483469b9e98a50c3effafb783 (diff)
Restyle touched .cpp files
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp2
1 files changed, 1 insertions, 1 deletions
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