Update to Uncrustify 0.68.1

Tweak a few rules in the process. Now all code in cli, daemon, gtk,
libtransmission, qt, and utils is properly formatted with no manual
intervention.
This commit is contained in:
Mike Gelfand
2019-02-10 14:05:16 +03:00
parent c019317548
commit 82df3a87f4
57 changed files with 959 additions and 2185 deletions

View File

@@ -206,7 +206,7 @@ void gtr_get_host_from_url(char* buf, size_t buflen, char const* url)
static gboolean gtr_is_supported_url(char const* str)
{
return str != NULL && (g_str_has_prefix(str, "ftp://") || g_str_has_prefix(str, "http://") ||
g_str_has_prefix(str, "https://"));
g_str_has_prefix(str, "https://"));
}
gboolean gtr_is_magnet_link(char const* str)