Skip to content

Commit 73b55f0

Browse files
committed
CPP: Autoformat.
1 parent 0063fa2 commit 73b55f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/semmle/code/cpp/commons/Printf.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ class AttributeFormattingFunction extends FormattingFunction {
3030
}
3131

3232
override int getFormatParameterIndex() {
33-
forex(PrintfFormatAttribute printf_attrib |
34-
printf_attrib = getAnAttribute() |
33+
forex(PrintfFormatAttribute printf_attrib | printf_attrib = getAnAttribute() |
3534
result = printf_attrib.getFormatIndex()
3635
)
3736
}

0 commit comments

Comments
 (0)