Fixed whitespace error, according to Google style guidelines

This commit is contained in:
Stefan Persson 2013-09-11 14:44:45 +02:00
parent 7c84ee3921
commit c92ede9524

View file

@ -11,7 +11,7 @@ com.telldus.sensors = function() {
var sensorData = 0;
sensorList = loadSensorModel();
sensorList.rowsRemoved.connect(function(){saveSensorModel();});
sensorList.rowsInserted.connect(function(){saveSensorModel(); sendSensorReport();});
sensorList.rowsInserted.connect(function(){saveSensorModel(); sendSensorReport();});
while(sensorData = com.telldus.core.sensor()) {
var p = sensorData["protocol"];