Commit Diff


commit - 5c0ab198bd9dc104f8f15969c32d8df70c86e0fa
commit + a1aa276fa0d5c922c6ed4cd0d80021e5520473b0
blob - c20a40727445b4990e50a4f6828392f9f2be5c65
blob + cd6f7bf693c06b795b6ea74c5abc59bd5ea5e667
--- client.c
+++ client.c
@@ -1034,7 +1034,7 @@ twalk(struct np_msg_header *hdr, const uint8_t *data, 
 		 * TODO: should we forbid fids duplication when fid ==
 		 * newfid?
 		 */
-		if (nf == NULL && 
+		if (nf == NULL &&
 		    (nf = new_fid(f->dir, newfid, f->fpath, &f->qid)) == NULL)
 			fatal("new_fid duplication");
 
@@ -1088,7 +1088,7 @@ twalk(struct np_msg_header *hdr, const uint8_t *data, 
 		oldfd = fd;
 	}
 
-	/* 
+	/*
 	 * If fd is -1 we've reached a file, otherwise we've just
 	 * reached another directory.  We must pay attention to what
 	 * file descriptor we use to create the dir, because if we've