Skip to content

Commit eda6821

Browse files
Fix formatting
1 parent cc1a74e commit eda6821

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/common/src/codingstandards/cpp/Ordering.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module Ordering {
137137
exists(Call call, Expr qual, Expr arg |
138138
call.getQualifier() = qual and
139139
call.getAnArgument() = arg
140-
|
140+
|
141141
qual = n1.toExpr().getParent*() and arg = n2.toExpr().getParent*()
142142
)
143143
or
@@ -213,5 +213,4 @@ module Ordering {
213213

214214
Location getLocation() { result = toExpr().getLocation() }
215215
}
216-
217216
}

0 commit comments

Comments
 (0)