summaryrefslogtreecommitdiffstats
path: root/util/string/strspn.h
diff options
context:
space:
mode:
authorspacelord <[email protected]>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:15 +0300
commit16747e4f77455cca4932df21eb76f12cb0a97a5c (patch)
tree4dd6da4102d99d0d69dec53c1050d290a850a9f2 /util/string/strspn.h
parenta817f5de12611ec73085eba17f8ec7740a46bdb7 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/string/strspn.h')
-rw-r--r--util/string/strspn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/string/strspn.h b/util/string/strspn.h
index 8229e74a9c8..c641173836f 100644
--- a/util/string/strspn.h
+++ b/util/string/strspn.h
@@ -62,4 +62,4 @@ private:
TSetType S_;
};
-using TCompactStrSpn = TStrSpnImpl<TBitMap<256>>;
+using TCompactStrSpn = TStrSpnImpl<TBitMap<256>>;