Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2009 11:35:50 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163704 for review
Message-ID:  <200906071135.n57BZoLU087204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163704

Change 163704 by zhaoshuai@zhaoshuai on 2009/06/07 11:34:58

	fix the tab space

Affected files ...

.. //depot/projects/soc2009/fifo/sys/kern/sys_pipe.c#10 edit

Differences ...

==== //depot/projects/soc2009/fifo/sys/kern/sys_pipe.c#10 (text+ko) ====

@@ -187,7 +187,7 @@
 
 	error = generic_pipe_stat(pipe, ub, active_cred, td);
 	if (error != 0)
-	    return (error);
+		return (error);
 	ub->st_uid = fp->f_cred->cr_uid;
 	ub->st_gid = fp->f_cred->cr_gid;
 	return (0);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906071135.n57BZoLU087204>