Skip to content

Commit 9ae1ec6

Browse files
committed
C++: Autoformat.
1 parent 97fef4b commit 9ae1ec6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/FormattingFunction.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ abstract class FormattingFunction extends ArrayFunction, TaintFunction {
9292
* snapshots there may be multiple results where we can't tell which is correct for a
9393
* particular function.
9494
*/
95-
pragma[nomagic] Type getWideCharType() {
95+
pragma[nomagic]
96+
Type getWideCharType() {
9697
result = getFormatCharType() and
9798
result.getSize() > 1
9899
or

0 commit comments

Comments
 (0)