trailing whitespace

This commit is contained in:
John Colvin 2023-03-05 13:16:36 +00:00
parent 08c07cda3a
commit 3f1de5a834
29 changed files with 97 additions and 97 deletions

View file

@ -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;
}