File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
cpp/ql/src/semmle/code/cpp Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,9 @@ import ImplCommon
237237 * this dispatch target of `ma` implies a reduced set of dispatch origins
238238 * to which data may flow if it should reach a `return` statement.
239239 */
240- abstract class CallContext extends TCallContext { abstract string toString ( ) ; }
240+ abstract class CallContext extends TCallContext {
241+ abstract string toString ( ) ;
242+ }
241243
242244class CallContextAny extends CallContext , TAnyCallContext {
243245 override string toString ( ) { result = "CcAny" }
Original file line number Diff line number Diff line change @@ -237,7 +237,9 @@ import ImplCommon
237237 * this dispatch target of `ma` implies a reduced set of dispatch origins
238238 * to which data may flow if it should reach a `return` statement.
239239 */
240- abstract class CallContext extends TCallContext { abstract string toString ( ) ; }
240+ abstract class CallContext extends TCallContext {
241+ abstract string toString ( ) ;
242+ }
241243
242244class CallContextAny extends CallContext , TAnyCallContext {
243245 override string toString ( ) { result = "CcAny" }
You can’t perform that action at this time.
0 commit comments