diff options
author | vvvv <[email protected]> | 2025-10-06 11:26:09 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2025-10-06 11:53:26 +0300 |
commit | 60f45e69a4d7dbc6131208e16c45faf35aa5a985 (patch) | |
tree | 4daa45b52c295a178c7620e4c93921465fcf7950 /yql/essentials/utils/backtrace/symbolizer.h | |
parent | 1bded1a65a7e6e9171418f3e1c691d390125b64e (diff) |
YQL-20086 utils
init
commit_hash:54feccd520ebd0ab23612bc0cb830914dff9d0e8
Diffstat (limited to 'yql/essentials/utils/backtrace/symbolizer.h')
-rw-r--r-- | yql/essentials/utils/backtrace/symbolizer.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/yql/essentials/utils/backtrace/symbolizer.h b/yql/essentials/utils/backtrace/symbolizer.h index 0d32ba25d35..a3fcb0e6054 100644 --- a/yql/essentials/utils/backtrace/symbolizer.h +++ b/yql/essentials/utils/backtrace/symbolizer.h @@ -5,11 +5,11 @@ #include <util/generic/vector.h> namespace NYql { - namespace NBacktrace { - struct TStackFrame { - const char* File; - size_t Address; - }; - void Symbolize(const TStackFrame* frames, size_t count, IOutputStream* out); - } -}
\ No newline at end of file +namespace NBacktrace { +struct TStackFrame { + const char* File; + size_t Address; +}; +void Symbolize(const TStackFrame* frames, size_t count, IOutputStream* out); +} // namespace NBacktrace +} // namespace NYql |