]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
lgtm: drop redundant newlines
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 26 Oct 2018 10:25:36 +0000 (10:25 +0000)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 19 Feb 2019 12:27:54 +0000 (13:27 +0100)
(cherry picked from commit 845702c63863add5606a7a7f00a959ffdcf89635)

.lgtm/cpp-queries/fgets.ql

index 82de8c448288b694a17faaa99b5199e1f9fa6909..a4181e4f3db89504e8d886d7ef6bba97ad18df1d 100644 (file)
  */
 import cpp
 
-
 predicate dangerousFunction(Function function) {
   exists (string name | name = function.getQualifiedName() |
     name = "fgets")
 }
 
-
 from FunctionCall call, Function target
 where call.getTarget() = target
   and dangerousFunction(target)