Skip to content

Commit e150a39

Browse files
author
thibaut hansmann
committed
C/C++ : fix name of cpp file + fix autoformat
1 parent f3f2e59 commit e150a39

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cpp/ql/src/experimental/Best Practices/WrongUintAccess.ql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
import cpp
1111

12-
from
13-
Variable var, ArrayExpr useExpr, ArrayType defLine,
14-
VariableAccess use
12+
from Variable var, ArrayExpr useExpr, ArrayType defLine, VariableAccess use
1513
where
1614
var.getUnspecifiedType() = defLine and
1715
use = useExpr.getArrayBase() and

0 commit comments

Comments
 (0)