Skip to content

Commit

Permalink
coccinelle: simple_return: Add a blank line
Browse files Browse the repository at this point in the history
Insert a blank line in order to improve the readability of the
generated patch and also make it consistent with the other
.cocci files.

Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
Fabio Estevam authored and michal42 committed Jun 3, 2015
1 parent 9473a62 commit f94c56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/coccinelle/misc/simple_return.cocci
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// Simplify a trivial if-return sequence. Possibly combine with a
/// preceding function call.
//
///
// Confidence: High
// Copyright: (C) 2014 Julia Lawall, INRIA/LIP6. GPLv2.
// Copyright: (C) 2014 Gilles Muller, INRIA/LiP6. GPLv2.
Expand Down

0 comments on commit f94c56f

Please sign in to comment.