stylistic changes per PR change req. in description

https://github.com/Semmle/ql/pull/1078#pullrequestreview-214401005
This commit is contained in:
Rebecca Valentine
2019-03-14 09:49:02 -07:00
parent f9012cb00e
commit f3683794d6
2 changed files with 11 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
//////////////////
// //
// GOOD CASES //
// DON'T FIND //
// //
//////////////////
@@ -18,11 +18,11 @@ function fn_w_final_return_w_expr() { return 1; }
/////////////////
// //
// BAD CASES //
// //
/////////////////
////////////
// //
// FIND //
// //
////////////
function fn_w_empty_body() { }
function fn_w_final_return_wo_expr() { return; }