trivial cosmetic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1246 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-15 19:19:34 +00:00
parent 193bfbd032
commit 67d446be4e

View File

@ -126,7 +126,7 @@ off_t lseek(int fd, off_t offset, int whence)
{
/* Yes, then let it perform the seek */
err = (int)inode->u.i_ops->seek( filep, offset, whence);
err = (int)inode->u.i_ops->seek(filep, offset, whence);
if (err < 0)
{
err = -err;