From 4b9884492bace346bac82fd88fac95f6b9326081 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Wed, 18 Jul 2012 15:04:47 -0400 Subject: Move oddly-placed closing bracket usually, closing a curly bracket on the same line as the code is done when it is opened on the same line, too. here we'd rather align it to the "default:" to make the code easier to read. Signed-off-by: Gabriel Filion --- manifests/module.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/module.pp b/manifests/module.pp index 1d577dd..73aeb29 100644 --- a/manifests/module.pp +++ b/manifests/module.pp @@ -22,6 +22,7 @@ define apache::module ( } } default: { - err('Your operating system does not have a module deployment mechanism defined') } + err('Your operating system does not have a module deployment mechanism defined') + } } } -- cgit v1.2.3