git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e8640
)
netfilter: xtables: reduce indent level by one
author
Jan Engelhardt
<jengelh@medozas.de>
Wed, 15 Apr 2009 19:28:39 +0000
(21:28 +0200)
committer
Jan Engelhardt
<jengelh@medozas.de>
Fri, 8 May 2009 08:30:48 +0000
(10:30 +0200)
Cosmetic only. Transformation applied:
-if (foo) { long block; } else { short block; }
+if (!foo) { short block; continue; } long block;
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
No differences found