Skip to content

Commit 952253d

Browse files
Format SimpleAssignment.qll
1 parent bc00de6 commit 952253d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/common/src/codingstandards/cpp/types/SimpleAssignment.qll

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**
22
* Helper predicates related to C11/C17 constraints on simple assignment between two types.
3-
*
3+
*
44
* Currently only a subset of the constraints are implemented, specifically those
55
* related to pointer types.
66
*/
7+
78
import codingstandards.cpp.types.LvalueConversion
89
import codingstandards.cpp.types.Compatible
910

0 commit comments

Comments
 (0)