[rtems commit] nfsclient: Format changes

Sebastian Huber sebh at rtems.org
Tue Oct 2 13:35:10 UTC 2012


Module:    rtems
Branch:    master
Commit:    5633c54cdf5534d679cea45f6ba626ec881544c3
Changeset: http://git.rtems.org/rtems/commit/?id=5633c54cdf5534d679cea45f6ba626ec881544c3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct  2 15:38:51 2012 +0200

nfsclient: Format changes

---

 cpukit/libfs/src/nfsclient/proto/nfs_prot.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/libfs/src/nfsclient/proto/nfs_prot.h b/cpukit/libfs/src/nfsclient/proto/nfs_prot.h
index 054a77e..45fddf3 100644
--- a/cpukit/libfs/src/nfsclient/proto/nfs_prot.h
+++ b/cpukit/libfs/src/nfsclient/proto/nfs_prot.h
@@ -48,7 +48,7 @@ enum nfsstat {
 	NFSERR_DQUOT = 69,
 	NFSERR_STALE = 70,
 	NFSERR_WFLUSH = 99,
-  _NFSSTAT = 0xffffffff
+	_NFSSTAT = 0xffffffff
 };
 typedef enum nfsstat nfsstat;
 
@@ -62,7 +62,7 @@ enum ftype {
 	NFSOCK = 6,
 	NFBAD = 7,
 	NFFIFO = 8,
-  _FTYPE = 0xffffffff
+	_FTYPE = 0xffffffff
 };
 typedef enum ftype ftype;
 




More information about the vc mailing list