diff options
author | petrk <[email protected]> | 2022-02-10 16:47:26 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:26 +0300 |
commit | 1fe4b402b38f476dbe36f650c3049c92ae496d38 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /util/string/split.h | |
parent | af66956edf116b93d5a07894ccb61dd4447d0b34 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/string/split.h')
-rw-r--r-- | util/string/split.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/string/split.h b/util/string/split.h index 189b69e4c45..bc46d9e64c6 100644 --- a/util/string/split.h +++ b/util/string/split.h @@ -222,11 +222,11 @@ struct TFindFirstOf { template <> struct TFindFirstOf<const char>: public TCompactStrSpn { - inline TFindFirstOf(const char* set, const char* e) - : TCompactStrSpn(set, e) - { - } - + inline TFindFirstOf(const char* set, const char* e) + : TCompactStrSpn(set, e) + { + } + inline TFindFirstOf(const char* set) : TCompactStrSpn(set) { |