mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
stylistic changes per PR change req. in description
https://github.com/Semmle/ql/pull/1078#pullrequestreview-214401005
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user