mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -8,7 +8,7 @@
|
|||
# Original idea : smeerbartje (http://gathering.tweakers.net/forum/myreact/190949)
|
||||
# slommer (http://gathering.tweakers.net/forum/myreact/353335)
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
@ -68,7 +68,7 @@ EOC
|
|||
|
||||
# Spot count
|
||||
my $spots = `$MYSQL $MYSQLOPTS -e 'SELECT count(*) as spots FROM $DATABASE.spots WHERE stamp > $FROMSTAMP;'`;
|
||||
$spots =~ /(\d+)/;
|
||||
$spots =~ /(\d+)/;
|
||||
print "spots.value ".$1."\n";
|
||||
|
||||
# Downloaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue