]> git.karo-electronics.de Git - linux-beck.git/commitdiff
coccinelle: simple_return: Add a blank line
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 2 Jun 2015 01:52:20 +0000 (22:52 -0300)
committerMichal Marek <mmarek@suse.cz>
Wed, 3 Jun 2015 08:23:33 +0000 (10:23 +0200)
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 <fabio.estevam@freescale.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/misc/simple_return.cocci

index 47f7084b6360a0fa8aa378e7e630dea33f002a88..e8b6313b116f57d1d27b66efac786efe92fcd6ec 100644 (file)
@@ -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.