diff options
author | Jim Meyering <meyering@redhat.com> | 2009-11-09 15:14:53 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-11-09 20:19:42 +0100 |
commit | e645763007e7097c14c1c3ba94010f2e32e536bf (patch) | |
tree | f7e2aa71377411e49ef796b8a948a25a76f90063 /fuse | |
parent | d710f768161fc9f78ed8243f2de948b65425c06e (diff) | |
download | libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.gz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.tar.xz libguestfs-e645763007e7097c14c1c3ba94010f2e32e536bf.zip |
indent with spaces, not TABs
* HACKING: Expand indentation TABs.
* configure.ac: Likewise.
* daemon/daemon.h: Likewise.
* daemon/guestfsd.c: Likewise.
* fuse/guestmount.c: Likewise.
* hivex/LICENSE: Likewise.
* src/generator.ml: Likewise.
* tools/virt-win-reg: Likewise.
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/guestmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/guestmount.c b/fuse/guestmount.c index 8812ac27..4547b3df 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -694,7 +694,7 @@ fg_release (const char *path, struct fuse_file_info *fi) /* Emulate this by calling sync. */ static int fg_fsync(const char *path, int isdatasync, - struct fuse_file_info *fi) + struct fuse_file_info *fi) { int r; |