mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed incorrect indentation
This commit is contained in:
parent
ec5b3fd897
commit
c07050ef9d
@ -409,7 +409,7 @@ namespace detail
|
|||||||
if(0 != i)
|
if(0 != i)
|
||||||
os << fmt.space;
|
os << fmt.space;
|
||||||
|
|
||||||
os << column(ml, i) << ((cols-1 != i) ? fmt.space : fmt.delim_right) << fmt.space << ((0 != i) ? fmt.space : fmt.delim_left) << column(mr, i);
|
os << column(ml, i) << ((cols-1 != i) ? fmt.space : fmt.delim_right) << fmt.space << ((0 != i) ? fmt.space : fmt.delim_left) << column(mr, i);
|
||||||
|
|
||||||
if(cols-1 != i)
|
if(cols-1 != i)
|
||||||
os << fmt.newline;
|
os << fmt.newline;
|
||||||
|
Loading…
Reference in New Issue
Block a user