summaryrefslogtreecommitdiffstats
path: root/util/stream/output.cpp
diff options
context:
space:
mode:
authorsmalov <[email protected]>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:36 +0300
commitcfadda92ca195da3ad68d721a58872a4f1ced696 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/stream/output.cpp
parentf70d9720e13aef3a935e3f405b0eac554529e76e (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/output.cpp')
-rw-r--r--util/stream/output.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/output.cpp b/util/stream/output.cpp
index 195e4cfdb2f..db81b81b701 100644
--- a/util/stream/output.cpp
+++ b/util/stream/output.cpp
@@ -136,8 +136,8 @@ void Out<const wchar16*>(IOutputStream& o, const wchar16* w) {
} else {
o.Write("(null)");
}
-}
-
+}
+
template <>
void Out<const wchar32*>(IOutputStream& o, const wchar32* w) {
if (w) {