gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9248 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r9248 - GNUnet/src/applications/fs/fsui
Date: Thu, 22 Oct 2009 19:08:17 -0600

Author: nevans
Date: 2009-10-22 19:08:17 -0600 (Thu, 22 Oct 2009)
New Revision: 9248

Modified:
   GNUnet/src/applications/fs/fsui/recursive_download_test.c
   GNUnet/src/applications/fs/fsui/upload.c
Log:
pre-commit

Modified: GNUnet/src/applications/fs/fsui/recursive_download_test.c
===================================================================
--- GNUnet/src/applications/fs/fsui/recursive_download_test.c   2009-10-23 
01:07:18 UTC (rev 9247)
+++ GNUnet/src/applications/fs/fsui/recursive_download_test.c   2009-10-23 
01:08:17 UTC (rev 9248)
@@ -278,8 +278,7 @@
       GNUNET_GC_free (cfg);
       return -1;
     }
-  fprintf(stderr,
-         "Setup...\n");
+  fprintf (stderr, "Setup...\n");
 #if START_DAEMON
   GNUNET_disk_directory_remove (NULL,
                                 "/tmp/gnunet-fsui-recursive_download_test/");
@@ -300,8 +299,7 @@
   kuri =
     GNUNET_ECRS_keyword_command_line_to_uri (ectx, 2,
                                              (const char **) keywords);
-  fprintf(stderr,
-         "Uploading...\n");
+  fprintf (stderr, "Uploading...\n");
   waitForEvent = GNUNET_FSUI_upload_completed;
   upload = GNUNET_FSUI_upload_start (ctx,
                                      fn,
@@ -326,8 +324,7 @@
   upload = NULL;
   CHECK (upURI != NULL);
 
-  fprintf(stderr,
-         "Downloading...\n");
+  fprintf (stderr, "Downloading...\n");
   waitForEvent = GNUNET_FSUI_download_completed;
   fn43 = makeName (43);
   download = GNUNET_FSUI_download_start (ctx,
@@ -347,8 +344,7 @@
         break;
     }
 FAILURE:
-  fprintf(stderr,
-         "Cleanup...\n");
+  fprintf (stderr, "Cleanup...\n");
   if (meta != NULL)
     GNUNET_meta_data_destroy (meta);
   if (ctx != NULL)

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2009-10-23 01:07:18 UTC (rev 
9247)
+++ GNUnet/src/applications/fs/fsui/upload.c    2009-10-23 01:08:17 UTC (rev 
9248)
@@ -666,7 +666,7 @@
   int ret;
 
   ret = GNUNET_disk_file_test (shared->ctx->ectx, filename);
-  if(GNUNET_SYSERR == ret)
+  if (GNUNET_SYSERR == ret)
     {
       GNUNET_GE_LOG (shared->ctx->ectx,
                      GNUNET_GE_FATAL | GNUNET_GE_BULK | GNUNET_GE_USER,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]