Xcode: Indent using tabs
This commit is contained in:
parent
7b68c8df6b
commit
2e0e205e28
@ -81,7 +81,7 @@ void cmXCodeObject::Indent(int level, std::ostream& out)
|
|||||||
{
|
{
|
||||||
while(level)
|
while(level)
|
||||||
{
|
{
|
||||||
out << " ";
|
out << "\t";
|
||||||
level--;
|
level--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user