Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/spotweb/spotweb_total
67 67

  
68 68
# Spot count
69 69
my $spots = `$MYSQL $MYSQLOPTS -e 'SELECT count(*) as spots FROM $DATABASE.spots;'`;
70
$spots =~ /(\d+)/; 
70
$spots =~ /(\d+)/;
71 71
print "spots.value ".$1."\n";
72 72

  
73 73
if($SPOTSFULL eq 'yes') {

Formats disponibles : Unified diff