gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5759 - gnunet-fuse


From: gnunet
Subject: [GNUnet-SVN] r5759 - gnunet-fuse
Date: Sun, 25 Nov 2007 05:06:15 -0700 (MST)

Author: grothoff
Date: 2007-11-25 05:06:14 -0700 (Sun, 25 Nov 2007)
New Revision: 5759

Modified:
   gnunet-fuse/file.c
   gnunet-fuse/read.c
   gnunet-fuse/special_file.c
Log:
whitespace

Modified: gnunet-fuse/file.c
===================================================================
--- gnunet-fuse/file.c  2007-11-25 12:05:48 UTC (rev 5758)
+++ gnunet-fuse/file.c  2007-11-25 12:06:14 UTC (rev 5759)
@@ -48,8 +48,8 @@
 static void dpcb(unsigned long long totalBytes,
         unsigned long long completedBytes, GNUNET_CronTime eta,
         unsigned long long lastBlockOffset, const char *lastBlock,
-        unsigned int lastBlockSize, void *cls) 
-{       
+        unsigned int lastBlockSize, void *cls)
+{
        (void)totalBytes;
        (void)completedBytes;
        (void)eta;

Modified: gnunet-fuse/read.c
===================================================================
--- gnunet-fuse/read.c  2007-11-25 12:05:48 UTC (rev 5758)
+++ gnunet-fuse/read.c  2007-11-25 12:06:14 UTC (rev 5759)
@@ -70,9 +70,9 @@
 }
 
 static int tt(void *cls)
-{       
+{
        (void)cls;
-       return fuse_interrupted() ? GNUNET_SYSERR : GNUNET_OK; 
+       return fuse_interrupted() ? GNUNET_SYSERR : GNUNET_OK;
 }
 
 int gn_read(const char *path, char *buf, size_t size, off_t offset,

Modified: gnunet-fuse/special_file.c
===================================================================
--- gnunet-fuse/special_file.c  2007-11-25 12:05:48 UTC (rev 5758)
+++ gnunet-fuse/special_file.c  2007-11-25 12:06:14 UTC (rev 5759)
@@ -72,7 +72,7 @@
        return ret;
 }
 
-/* 
+/*
  * Returns a malloc'd string for a special file, and in the case of .uri files
  * will sync it if it's dirty
  */





reply via email to

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