diff options
| author | vlmarkov <[email protected]> | 2022-02-10 16:46:06 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:06 +0300 | 
| commit | 6a382399c9a1053abd7d772ec30ca9873f7429a1 (patch) | |
| tree | f13f43c75b816da6bd8ee13cda92798d3956663f /library/cpp/scheme/tests/fuzz_ops | |
| parent | ce2ad6f6a6f6025e37fb7f8debe7cefd3aa2307c (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/scheme/tests/fuzz_ops')
| -rw-r--r-- | library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp b/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp index a03f5aef534..fd1b619b796 100644 --- a/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp +++ b/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp @@ -75,7 +75,7 @@ namespace NSc::NUt {              if (!DoParsePos(state, ref)) {                  return Nothing();              } -            [[fallthrough]]; +            [[fallthrough]];           case TRef::T_CREATE_FRONT:          case TRef::T_CREATE_BACK:              return ref; @@ -116,7 +116,7 @@ namespace NSc::NUt {              if (!DoParsePos(state, dst)) {                  return Nothing();              } -            [[fallthrough]]; +            [[fallthrough]];           case TDst::T_CREATE_FRONT_LREF:          case TDst::T_CREATE_FRONT_CREF:          case TDst::T_CREATE_FRONT_RREF: | 
