added some whitespaces

master
Patrizio Bekerle 5 years ago committed by GitHub
parent 80629bf338
commit c212b89eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      solar-calendar-integration/solar-calendar-integration.qml

@ -28,7 +28,7 @@ QtObject {
}
function pad(num, size) {
var s = num+"";
var s = num + "";
while (s.length < size) s = "0" + s;
return s;
}

Loading…
Cancel
Save