diff --git a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll index d0f761e83b8..0097428a1fc 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll @@ -135,8 +135,7 @@ private predicate hasVarAccessMacroArgument(MacroInvocation mi, Variable var, in /** * Holds if the `i`'th component of the macro invocation `mi` with opcode - * `opcode` is a - * constant with the value `k`. + * `opcode` is a constant with the value `k`. */ private predicate hasConstMacroArgument(MacroInvocation mi, int k, int i, Opcode opcode) { exists(string arg, string s |