From: resver Date: Wed, 26 Dec 2012 07:26:48 +0000 (+0000) Subject: Fixed indentation. X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-exfat.git;a=commitdiff_plain;h=bfdb715ad239ab43564c30e185043bae3d0336b7 Fixed indentation. git-svn-id: http://exfat.googlecode.com/svn/trunk@320 60bc1c72-a15a-11de-b98f-4500b42dc123 --- diff --git a/fuse/main.c b/fuse/main.c index ee1e505..91cf223 100644 --- a/fuse/main.c +++ b/fuse/main.c @@ -305,7 +305,7 @@ static struct fuse_operations fuse_exfat_ops = .rename = fuse_exfat_rename, .utimens = fuse_exfat_utimens, #ifdef __APPLE__ - .chmod = fuse_exfat_chmod, + .chmod = fuse_exfat_chmod, #endif .statfs = fuse_exfat_statfs, .init = fuse_exfat_init,