summaryrefslogtreecommitdiffstats
path: root/util/stream/input.cpp
diff options
context:
space:
mode:
authorgotmanov <[email protected]>2022-02-10 16:49:26 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:26 +0300
commit243edeedfd2c5152b5c7812e0af471e1bb0232e8 (patch)
tree7efbef4b4e045bcee8833f7fc22a639fa0ff06aa /util/stream/input.cpp
parent56c39b3cf908e7202b1f7551a1653681e8015607 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/stream/input.cpp')
-rw-r--r--util/stream/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/input.cpp b/util/stream/input.cpp
index 6e8170f2f9f..7ef40c15105 100644
--- a/util/stream/input.cpp
+++ b/util/stream/input.cpp
@@ -209,7 +209,7 @@ namespace {
st.AssignNoAlias(B_, r);
- if (st && st.back() == ch) {
+ if (st && st.back() == ch) {
st.pop_back();
}