diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-09 01:57:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-09 01:57:51 +0800 |
commit | 0389439bd109d2a428d04b4cd8bfa65845bd1687 (patch) | |
tree | 168dda9c91829e876d6e7518c9defe848f984580 | |
parent | 067eb39b28cd5ce3ba813a4f93045446fa15ca0d (diff) | |
download | gsoc2013-epiphany-0389439bd109d2a428d04b4cd8bfa65845bd1687.tar.gz gsoc2013-epiphany-0389439bd109d2a428d04b4cd8bfa65845bd1687.tar.zst gsoc2013-epiphany-0389439bd109d2a428d04b4cd8bfa65845bd1687.zip |
ephy-file-helpers: style fix
-rw-r--r-- | lib/ephy-file-helpers.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 4750b3c35..f8e25606a 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -1011,8 +1011,9 @@ ephy_file_delete_uri (const char *uri) * Returns: a new allocated string containg the data uri, or %NULL if the * data uri could not be created */ -char *ephy_file_create_data_uri_for_filename (const char *filename, - const char *mime_type) +char * +ephy_file_create_data_uri_for_filename (const char *filename, + const char *mime_type) { gchar *data; gsize data_length; |