C++: autoformat Printf.qll

This commit is contained in:
Robert Marsh
2021-08-02 16:35:44 -07:00
parent fe1f9878ba
commit 3cd08bc724

View File

@@ -261,7 +261,12 @@ class FormattingFunctionCall extends Expr {
* is, this call behaves like `sprintf`)
*/
Expr getOutputArgument(boolean isStream) {
result = this.(Call).getArgument(this.(Call).getTarget().(FormattingFunction).getOutputParameterIndex(isStream))
result =
this.(Call)
.getArgument(this.(Call)
.getTarget()
.(FormattingFunction)
.getOutputParameterIndex(isStream))
}
}