mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-21 23:48:08 +00:00
added some whitespaces
This commit is contained in:
parent
80629bf338
commit
c212b89eb7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ QtObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pad(num, size) {
|
function pad(num, size) {
|
||||||
var s = num+"";
|
var s = num + "";
|
||||||
while (s.length < size) s = "0" + s;
|
while (s.length < size) s = "0" + s;
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue