mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fix indentation
This commit is contained in:
parent
c8bda73f01
commit
8e2f197f70
|
@ -347,11 +347,11 @@ std::string to_string(orientation orientation)
|
|||
{
|
||||
switch (orientation)
|
||||
{
|
||||
case xlnt::orientation::default_orientation:
|
||||
case xlnt::orientation::default_orientation:
|
||||
return "default";
|
||||
case xlnt::orientation::landscape:
|
||||
case xlnt::orientation::landscape:
|
||||
return "landscape";
|
||||
case xlnt::orientation::portrait:
|
||||
case xlnt::orientation::portrait:
|
||||
return "portrait";
|
||||
}
|
||||
default_case("default");
|
||||
|
|
Loading…
Reference in New Issue
Block a user