newline added

This commit is contained in:
Alexandre Dulaunoy 2009-12-13 19:22:41 +01:00
parent df149b65f6
commit cf7a1529d8

View file

@ -34,7 +34,6 @@
*/
function hotp(key, counter, format) {
function hotp_hexkeytobytestream(s) {
@ -98,4 +97,4 @@ function hotp(key, counter, format) {
return "unknown format";
}
}
}