Make letsencrypt-auto indentation consistent (#3986)

* Make certbot-auto indentation consistent

Since a majority of certbot-auto uses 2 spaces per indentation level,
made indentation in letsencrypt-auto and platform-specific shell scripts
a consistent 2 spaces

Fixes #3902

* Fix last `if` statement body in rpm_common.sh
This commit is contained in:
Nick Fong
2017-01-19 11:34:10 -08:00
committed by Brad Warren
parent bb669528b3
commit e8c8ada91d
5 changed files with 150 additions and 154 deletions
-2
View File
@@ -294,7 +294,6 @@ BootstrapDebCommon() {
ca-certificates \
if ! $EXISTS virtualenv > /dev/null ; then
echo Failed to install a working \"virtualenv\" command, exiting
exit 1
@@ -536,7 +535,6 @@ BootstrapMageiaCommon() {
git \
gcc \
python-augeas \
openssl \
libopenssl-devel \
libffi-devel \
rootcerts
@@ -104,7 +104,6 @@ BootstrapDebCommon() {
ca-certificates \
if ! $EXISTS virtualenv > /dev/null ; then
echo Failed to install a working \"virtualenv\" command, exiting
exit 1
@@ -12,7 +12,6 @@ BootstrapMageiaCommon() {
git \
gcc \
python-augeas \
openssl \
libopenssl-devel \
libffi-devel \
rootcerts