From 2c532b38e6aeb4fd88531027c7335690fd34c4e5 Mon Sep 17 00:00:00 2001 From: melkov Date: Thu, 10 Feb 2022 16:48:14 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/packedtypes/packedfloat.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'library/cpp/packedtypes') diff --git a/library/cpp/packedtypes/packedfloat.cpp b/library/cpp/packedtypes/packedfloat.cpp index d965d5a290c..6039d78969e 100644 --- a/library/cpp/packedtypes/packedfloat.cpp +++ b/library/cpp/packedtypes/packedfloat.cpp @@ -1,18 +1,18 @@ -#include "packedfloat.h" - -#include - +#include "packedfloat.h" + +#include + #define OUT_IMPL(T) \ template <> \ void Out(IOutputStream & os, TTypeTraits::TFuncParam val) { \ os << (float)val; \ - } - -OUT_IMPL(f16) -OUT_IMPL(uf16) -OUT_IMPL(f8) -OUT_IMPL(uf8) -OUT_IMPL(f8d) -OUT_IMPL(uf8d) + } + +OUT_IMPL(f16) +OUT_IMPL(uf16) +OUT_IMPL(f8) +OUT_IMPL(uf8) +OUT_IMPL(f8d) +OUT_IMPL(uf8d) #undef OUT_IMPL -- cgit v1.3