mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-26 13:20:05 +03:00
trailing whitespace
This commit is contained in:
parent
08c07cda3a
commit
3f1de5a834
29 changed files with 97 additions and 97 deletions
6
oauth.d
6
oauth.d
|
@ -179,7 +179,7 @@ string fbGraphImpl(string info, string id, bool useCache = false, long maxCacheH
|
|||
|
||||
if(id[0] != '/')
|
||||
id = "/" ~ id;
|
||||
|
||||
|
||||
if(info !is null)
|
||||
url = "https://graph.facebook.com" ~ id
|
||||
~ c ~ "access_token=" ~ info ~ "&format=json";
|
||||
|
@ -202,7 +202,7 @@ string fbGraphImpl(string info, string id, bool useCache = false, long maxCacheH
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
response = curl(url);
|
||||
} catch(CurlException e) {
|
||||
|
@ -848,7 +848,7 @@ ubyte[] mhashSign(string data, string signWith, hashid algorithm) {
|
|||
ret ~= std.string.format("%.2x", mac[j]);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue