indent
authorderaadt <deraadt@openbsd.org>
Fri, 18 Apr 1997 09:57:29 +0000 (09:57 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 18 Apr 1997 09:57:29 +0000 (09:57 +0000)
sys/nfs/nfs_vnops.c

index 23ace04..7d00905 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: nfs_vnops.c,v 1.14 1997/04/08 22:46:50 deraadt Exp $  */
+/*     $OpenBSD: nfs_vnops.c,v 1.15 1997/04/18 09:57:29 deraadt Exp $  */
 /*     $NetBSD: nfs_vnops.c,v 1.62.4.1 1996/07/08 20:26:52 jtc Exp $   */
 
 /*
@@ -1542,7 +1542,7 @@ nfs_rename(v)
         * rename of the new file over it.
         */
        if (tvp && tvp->v_usecount > 1 && !VTONFS(tvp)->n_sillyrename &&
-               tvp->v_type != VDIR && !nfs_sillyrename(tdvp, tvp, tcnp)) {
+           tvp->v_type != VDIR && !nfs_sillyrename(tdvp, tvp, tcnp)) {
                vrele(tvp);
                tvp = NULL;
        }