diff options
Diffstat (limited to 'library/cpp/deprecated/enum_codegen/enum_codegen.h')
| -rw-r--r-- | library/cpp/deprecated/enum_codegen/enum_codegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/deprecated/enum_codegen/enum_codegen.h b/library/cpp/deprecated/enum_codegen/enum_codegen.h index dfb04ecac29..26addd9495a 100644 --- a/library/cpp/deprecated/enum_codegen/enum_codegen.h +++ b/library/cpp/deprecated/enum_codegen/enum_codegen.h @@ -22,7 +22,7 @@ } \ } \ \ - static inline IOutputStream& operator<<(IOutputStream& os, type value) { \ + static inline IOutputStream& operator<<(IOutputStream& os, type value) { \ switch (value) { \ MAP(ENUM_LTLT_IMPL_ITEM) \ default: \ |
