A whole bunch of whitespace linting - no functional changes

This commit is contained in:
Dave Conway-Jones
2019-08-11 13:37:15 +01:00
parent 8e2352b08a
commit e20cf97fce
20 changed files with 154 additions and 184 deletions

View File

@@ -75,7 +75,7 @@ module.exports = function(RED) {
else {
if (exifData) {
msg.exif = exifData;
if((exifData.hasOwnProperty("gps")) && (Object.keys(exifData.gps).length !== 0)) {
if ((exifData.hasOwnProperty("gps")) && (Object.keys(exifData.gps).length !== 0)) {
addMsgLocationDataFromExifGPSData(msg);
}
//else { node.log("The incoming image did not contain Exif GPS data."); }