spaces and tabs on the end of the lines
This commit is contained in:
parent
108f8afcd9
commit
10ebf3a55f
23 changed files with 189 additions and 189 deletions
|
|
@ -18,7 +18,7 @@ function(URI, CryptoJS) {
|
|||
port = url.protocol() == "https" ? "443" : "80";
|
||||
}
|
||||
|
||||
var normalizedRequestString = ""
|
||||
var normalizedRequestString = ""
|
||||
+ time_stamp + '\n'
|
||||
+ nonce + '\n'
|
||||
+ http_method + '\n'
|
||||
|
|
|
|||
Reference in a new issue