From e75132a7693f4166d64913e2fdaf0a66b07af18b Mon Sep 17 00:00:00 2001 From: Cristian Deluxe Date: Wed, 2 Nov 2016 05:03:01 +0100 Subject: [PATCH] change spaces for tabs (code indent) --- plugins/mail/postfix_stats | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/plugins/mail/postfix_stats b/plugins/mail/postfix_stats index d7f5d049..76ea7cd7 100755 --- a/plugins/mail/postfix_stats +++ b/plugins/mail/postfix_stats @@ -57,29 +57,29 @@ if [ "$1" = 'config' ]; then echo 'graph_scale no' echo 'graph_total Total' echo 'received.label received' - echo 'received.type DERIVE' - echo 'received.min 0' + echo 'received.type DERIVE' + echo 'received.min 0' echo 'delivered.label delivered' - echo 'delivered.type DERIVE' - echo 'delivered.min 0' + echo 'delivered.type DERIVE' + echo 'delivered.min 0' echo 'forwarded.label forwarded' - echo 'forwarded.type DERIVE' - echo 'forwarded.min 0' + echo 'forwarded.type DERIVE' + echo 'forwarded.min 0' echo 'deferred.label deferred' - echo 'deferred.type DERIVE' - echo 'deferred.min 0' + echo 'deferred.type DERIVE' + echo 'deferred.min 0' echo 'bounced.label bounced' - echo 'bounced.type DERIVE' - echo 'bounced.min 0' + echo 'bounced.type DERIVE' + echo 'bounced.min 0' echo 'rejected.label rejected' - echo 'rejected.type DERIVE' - echo 'rejected.min 0' + echo 'rejected.type DERIVE' + echo 'rejected.min 0' echo 'held.label held' - echo 'held.type DERIVE' - echo 'held.min 0' + echo 'held.type DERIVE' + echo 'held.min 0' echo 'discarded.label discarded' - echo 'discarded.type DERIVE' - echo 'discarded.min 0' + echo 'discarded.type DERIVE' + echo 'discarded.min 0' exit 0; fi