mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
print_matrix_on skip initial newline
This commit is contained in:
parent
eed8cf5a2f
commit
24123f3b06
1 changed files with 2 additions and 2 deletions
|
@ -266,7 +266,7 @@ namespace detail
|
|||
|
||||
if(fmt.formatted)
|
||||
{
|
||||
os << fmt.newline << fmt.delim_left;
|
||||
os << /*fmt.newline <<*/ fmt.delim_left;
|
||||
|
||||
switch(fmt.order)
|
||||
{
|
||||
|
@ -409,7 +409,7 @@ namespace detail
|
|||
|
||||
if(fmt.formatted)
|
||||
{
|
||||
os << fmt.newline << fmt.delim_left;
|
||||
os << /*fmt.newline <<*/ fmt.delim_left;
|
||||
|
||||
switch(fmt.order)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue