diff options
author | vlmarkov <[email protected]> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:07 +0300 |
commit | dbd3185956979f21ea16ef90c1ba4aa2d6a75fae (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/stream/zlib.cpp | |
parent | 6a382399c9a1053abd7d772ec30ca9873f7429a1 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/zlib.cpp')
-rw-r--r-- | util/stream/zlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/zlib.cpp b/util/stream/zlib.cpp index 38bcf1cc520..60f4e9439f0 100644 --- a/util/stream/zlib.cpp +++ b/util/stream/zlib.cpp @@ -126,8 +126,8 @@ public: } else { return size - Z()->avail_out; } - - [[fallthrough]]; + + [[fallthrough]]; } case Z_OK: { |