Skip to content

Commit c9b5dbe

Browse files
format
1 parent 35d320b commit c9b5dbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/common/src/codingstandards/cpp/lifetimes/CppObjects.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ abstract class ObjectIdentityBase extends Element {
125125

126126
/**
127127
* Finds cases such as a subobject such as `x.y` is taken as a reference.
128-
*
128+
*
129129
* This is useful for alias analysis, as references create aliases that can invalidate certain
130130
* assumptions about object accesses.
131131
*/

cpp/common/src/codingstandards/cpp/lifetimes/CppSubObjects.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* See `codingstandards.c.SubObjects` for the C equivalent. Changes specific to C++ are:
55
* - excluding fields of reference type as subobjects
6-
*
6+
*
77
* A library that expands upon the `Objects.qll` library, to support nested "Objects" such as
88
* `x.y.z` or `x[i][j]` within an object `x`.
99
*

0 commit comments

Comments
 (0)