mirror of
https://github.com/reactos/CMake.git
synced 2025-01-23 12:15:20 +00:00
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)
|
||||
{
|
||||
out << " ";
|
||||
out << "\t";
|
||||
level--;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user