mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix code format
This commit is contained in:
parent
aa8e265188
commit
a0060119ab
31 changed files with 379 additions and 379 deletions
|
@ -130,7 +130,7 @@ namespace sprout {
|
|||
SPROUT_CXX14_CONSTEXPR quaternion<T>& operator+=(sprout::complex<T> const& rhs) {
|
||||
T at = elems_[0] + rhs.real();
|
||||
T bt = elems_[1] + rhs.imag();
|
||||
elems_[0] = at;
|
||||
elems_[0] = at;
|
||||
elems_[1] = bt;
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue