]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98integrity: fix inconsistent whitespace
authorMatthias Gerstner <matthias.gerstner@suse.de>
Wed, 24 Jan 2018 16:41:05 +0000 (17:41 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 25 Jan 2018 11:15:36 +0000 (12:15 +0100)
modules.d/98integrity/evm-enable.sh

index ec4f03bce3a8d55f6a4045f8a17a6ded17b62d0b..ae741885032bd4c31a732b54d0c2ebe1fa13f71f 100755 (executable)
@@ -72,7 +72,7 @@ load_evm_x509()
     if [ ! -f "${EVMX509PATH}" ]; then
         if [ "${RD_DEBUG}" = "yes" ]; then
             info "integrity: EVM x509 cert file not found: ${EVMX509PATH}"
-       fi
+        fi
         return 1
     fi
 
@@ -80,8 +80,8 @@ load_evm_x509()
     evm_pubid=`keyctl newring _evm @u`
     EVMX509ID=$(evmctl import ${EVMX509PATH} ${evm_pubid})
     [ $? -eq 0 ] || {
-       info "integrity: failed to load the EVM X509 cert ${EVMX509PATH}";
-       return 1;
+        info "integrity: failed to load the EVM X509 cert ${EVMX509PATH}";
+        return 1;
     }
 
     if [ "${RD_DEBUG}" = "yes" ]; then