mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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)
|
indent(out, indent_level)
|
||||||
<< text.substr(start) << "\n";
|
<< text.substr(start) << "\n";
|
||||||
|
|
||||||
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user