浏览代码

coccinelle: simple_return: Add a blank line

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>
Fabio Estevam 10 年之前
父节点
当前提交
f94c56f4f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/coccinelle/misc/simple_return.cocci

+ 1 - 1
scripts/coccinelle/misc/simple_return.cocci

@@ -1,6 +1,6 @@
 /// Simplify a trivial if-return sequence.  Possibly combine with a
 /// Simplify a trivial if-return sequence.  Possibly combine with a
 /// preceding function call.
 /// preceding function call.
-//
+///
 // Confidence: High
 // Confidence: High
 // Copyright: (C) 2014 Julia Lawall, INRIA/LIP6.  GPLv2.
 // Copyright: (C) 2014 Julia Lawall, INRIA/LIP6.  GPLv2.
 // Copyright: (C) 2014 Gilles Muller, INRIA/LiP6.  GPLv2.
 // Copyright: (C) 2014 Gilles Muller, INRIA/LiP6.  GPLv2.