Index: trunk/tools/czartool/CzarDb.pm
===================================================================
--- trunk/tools/czartool/CzarDb.pm	(revision 28784)
+++ trunk/tools/czartool/CzarDb.pm	(revision 28787)
@@ -95,5 +95,5 @@
 
     my $size = scalar @{$labels};
-    if ($size < 1) {return;}
+    if ($size < 1) { return; }
 
     my $query = $self->{_db}->prepare(<<SQL);
@@ -137,5 +137,5 @@
 ###########################################################################
 #
-# Gets time series data and store to temp file
+# Gets time series data and stores it to temp file
 #
 ###########################################################################
@@ -158,4 +158,6 @@
 SQL
 
+
+
     if (!$query->execute) {return undef;}
 
