]> git.armaanb.net Git - chorizo.git/blobdiff - src/downloads.c
Standardize comment style
[chorizo.git] / src / downloads.c
index 6e92a2b27840472d9727c3e3d2413d50399fdf18..ec0b242876adac89781a1acaaf0ab08c4e58f015 100644 (file)
@@ -55,8 +55,8 @@ changed_download_progress(GObject *obj, GParamSpec *pspec, gpointer data) {
     uri = webkit_download_get_destination(download);
     filename = g_filename_from_uri(uri, NULL, NULL);
     if (filename == NULL) {
-        /* This really should not happen because WebKit uses that URI to
-         * write to a file... */
+        /* This really should not happen because WebKit uses that URI
+         * to write to a file... */
         fprintf(stderr, __NAME__ ": Could not construct file name from URI!\n");
         t = g_strdup_printf("%s (%.0f%% of %.1f MB)",
                             webkit_uri_response_get_uri(resp), p, size_mb);