Applied coding style to src/tools/

This commit is contained in:
James Booth
2015-10-25 22:47:42 +00:00
parent 39d183fe23
commit 0017098400
6 changed files with 33 additions and 33 deletions

View File

@@ -54,7 +54,7 @@ tinyurl_valid(char *url)
g_str_has_prefix(url, "https://"));
}
char *
char*
tinyurl_get(char *url)
{
GString *full_url = g_string_new("http://tinyurl.com/api-create.php?url=");