Java/C++/C#: Fix autoformat.

This commit is contained in:
Anders Schack-Mulligen
2019-12-09 12:52:55 +01:00
committed by Anders Schack-Mulligen
parent 02068ecdcd
commit a1a875e3e1
4 changed files with 4 additions and 12 deletions

View File

@@ -641,9 +641,7 @@ private module ImplCommon {
class CallContextSpecificCall extends CallContextCall, TSpecificCall {
override string toString() {
exists(DataFlowCall call | this = TSpecificCall(call) |
result = "CcCall(" + call + ")"
)
exists(DataFlowCall call | this = TSpecificCall(call) | result = "CcCall(" + call + ")")
}
override predicate relevantFor(DataFlowCallable callable) {

View File

@@ -641,9 +641,7 @@ private module ImplCommon {
class CallContextSpecificCall extends CallContextCall, TSpecificCall {
override string toString() {
exists(DataFlowCall call | this = TSpecificCall(call) |
result = "CcCall(" + call + ")"
)
exists(DataFlowCall call | this = TSpecificCall(call) | result = "CcCall(" + call + ")")
}
override predicate relevantFor(DataFlowCallable callable) {