Adjusted code formatting.

This commit is contained in:
Andrey Semashev 2021-11-16 17:28:15 +03:00
parent 73bccf50db
commit b9a91970be

View File

@ -108,7 +108,7 @@ class point // note: private inheritance is OK here!
, boost::subtractable< point<T> // point - point
, boost::dividable2< point<T>, T // point / T
, boost::multipliable2< point<T>, T // point * T, T * point
> > > >
> > > >
{
public:
point(T, T);