From e68cce6d1d51a513f54ab7d7e77e7c249aad3c06 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Jan 2010 15:12:17 -0500 Subject: [PATCH] brace style --- IkiWiki/Plugin/img.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/img.pm b/IkiWiki/Plugin/img.pm index 6f1919ea0..83f003629 100644 --- a/IkiWiki/Plugin/img.pm +++ b/IkiWiki/Plugin/img.pm @@ -162,14 +162,16 @@ sub preprocess (@) { if (! defined $params{link} || lc($params{link}) eq 'yes') { if (exists $params{caption} || !exists $params{align}) { $imgtag=''.$imgtag.''; - } else { + } + else { $imgtag=''.$imgtag.''; } } elsif ($params{link} =~ /^\w+:\/\//) { if (exists $params{caption} || !exists $params{align}) { $imgtag=''.$imgtag.''; - } else { + } + else { $imgtag=''.$imgtag.''; } } -- 2.44.0