Skip to content

Commit e956d04

Browse files
committed
Format LibraryDetector.qll
1 parent a7ebe4a commit e956d04

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import cpp
22

33
predicate isPossibleOpenSSLFunction(Function f) {
4-
isPossibleOpenSSLLocation(f.getADeclarationLocation())
5-
}
6-
7-
predicate isPossibleOpenSSLLocation(Location l){
8-
l.toString().toLowerCase().matches("%openssl%")
4+
isPossibleOpenSSLLocation(f.getADeclarationLocation())
95
}
10-
6+
7+
predicate isPossibleOpenSSLLocation(Location l) { l.toString().toLowerCase().matches("%openssl%") }

0 commit comments

Comments
 (0)