PERFORCE change 163704 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Sun Jun 7 11:35:53 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163704

Change 163704 by zhaoshuai at 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);


More information about the p4-projects mailing list