Skip to content

Commit 30d2b86

Browse files
author
Dave Bartolomeo
committed
C++: Fix formatting
1 parent 0329327 commit 30d2b86

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedElement.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,7 @@ newtype TTranslatedElement =
402402
translateFunction(func)
403403
)
404404
} or
405-
TTranslatedEllipsisParameter(Function func) {
406-
translateFunction(func) and func.isVarargs()
407-
} or
405+
TTranslatedEllipsisParameter(Function func) { translateFunction(func) and func.isVarargs() } or
408406
TTranslatedReadEffects(Function func) { translateFunction(func) } or
409407
// The read side effects in a function's return block
410408
TTranslatedReadEffect(Parameter param) {

0 commit comments

Comments
 (0)