From c92ede95242d7de408e360d6ad3d12a4f3bf62da Mon Sep 17 00:00:00 2001 From: Stefan Persson Date: Wed, 11 Sep 2013 14:44:45 +0200 Subject: [PATCH] Fixed whitespace error, according to Google style guidelines --- telldus-gui/Plugins/Sensors/__init__.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telldus-gui/Plugins/Sensors/__init__.js b/telldus-gui/Plugins/Sensors/__init__.js index 01308f5f..4270068e 100644 --- a/telldus-gui/Plugins/Sensors/__init__.js +++ b/telldus-gui/Plugins/Sensors/__init__.js @@ -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"];