mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
fix return
This commit is contained in:
parent
64ea682fac
commit
9a96ac6a23
@ -61,6 +61,8 @@ hanging_indent(ostream &out, const string &text, int first_indent_level,
|
||||
}
|
||||
indent(out, indent_level)
|
||||
<< text.substr(start) << "\n";
|
||||
|
||||
return out;
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user