Removed tabs. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3878c72e464c69e0a6a41263f67e9150b6ea648c
 (DIR) parent c39c9968c91aaf0826c08c9b363dacb0e4b10ed0
 (HTM) Author: Geoff Johnstone <qwerty@acm.org>
       Date:   Mon, 15 Jun 2009 19:57:10 +0100
       
       Removed tabs.
       
       Diffstat:
         M samba30_compat.c                    |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/samba30_compat.c b/samba30_compat.c
       @@ -27,9 +27,9 @@
        
        int usmb_statfs (const char *path UNUSED, struct statvfs *vfs UNUSED)
        {
       -        (void)path;
       -        (void)vfs;
       -        return -ENOSYS;
       +  (void)path;
       +  (void)vfs;
       +  return -ENOSYS;
        }