From af1743789158efba5a6fe18bac8e7752557385cf Mon Sep 17 00:00:00 2001 From: Romain Dessort Date: Tue, 14 Oct 2014 11:33:42 +0200 Subject: [PATCH] Fix IndentationError. --- kannel_sms_throughput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kannel_sms_throughput b/kannel_sms_throughput index 310067a..f7cda21 100755 --- a/kannel_sms_throughput +++ b/kannel_sms_throughput @@ -17,7 +17,7 @@ def print_config(): print "graph_category kannel" print "graph_info This graph shows inbound and outbound SMS throughput" - print "in.label SMS rate (in)" + print "in.label SMS rate (in)" print "in.type DERIVE" print "in.graph no" print "in.min 0"