Browse Source

Restoring authorship annotation for <edik@yandex-team.ru>. Commit 2 of 2.

edik 3 years ago
parent
commit
ba5325cc01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/packedtypes/packedfloat.h

+ 1 - 1
library/cpp/packedtypes/packedfloat.h

@@ -161,7 +161,7 @@ using uf8d = NPackedFloat::float8<0, 1>;
 using frac8 = ui8;
 
 using frac16 = ui16;
- 
+
 template <class T>
 inline constexpr T Float2Frac(float fac) {
     return T(fac * float(Max<T>()));