From a092ef0cd53e8f1cc760eef63afaac66e7037cde Mon Sep 17 00:00:00 2001 From: Mathieu Deous Date: Thu, 29 Oct 2015 14:58:34 +0100 Subject: indent with spaces --- php-malware-finder/phpmalwarefinder | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/php-malware-finder/phpmalwarefinder b/php-malware-finder/phpmalwarefinder index c49a7bd..3870367 100755 --- a/php-malware-finder/phpmalwarefinder +++ b/php-malware-finder/phpmalwarefinder @@ -7,24 +7,24 @@ NICE_BIN=$(type -P nice) if [ ! -f "$YARA" ] then - YARA='./yara' + YARA='./yara' fi if [ ! -f "$CONFIG_PATH" ] then - CONFIG_PATH='./malwares.yara' + CONFIG_PATH='./malwares.yara' fi if [ -f "${IONICE_BIN}" ] then - NICE=${IONICE_BIN} - NICE_OPTS="-c 3" + NICE=${IONICE_BIN} + NICE_OPTS="-c 3" else - if [ -f "${NICE_BIN}" ] - then - NICE=${NICE_BIN} - NICE_OPTS="-n 20" - fi + if [ -f "${NICE_BIN}" ] + then + NICE=${NICE_BIN} + NICE_OPTS="-n 20" + fi fi show_help() { @@ -75,14 +75,14 @@ fi if [ -z $@ ] then - show_help - exit 1 + show_help + exit 1 fi if [ ! -e ${NICE} ] then - echo "No nice program available. Please install ionice or nice." - exit 1 + echo "No nice program available. Please install ionice or nice." + exit 1 fi OPTS="${OPTS} -r ${CONFIG_PATH}" -- cgit v1.3