From f79aed08210e583cf4ecad34013f700c1ec121d9 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 13 Mar 2015 02:11:55 +0200 Subject: [PATCH] Whitespace. --- bin/server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/server.c b/bin/server.c index 5430b5f..98cbb90 100644 --- a/bin/server.c +++ b/bin/server.c @@ -458,7 +458,6 @@ cb_walk(struct pi9 *pi9, uint16_t tag, uint32_t fid, uint32_t newfid, uint16_t n // The name ``..'' (dot-dot) represents the parent directory. // Single (dot) is not used in 9p protocol if (pi9_string_eq_cstr(&walks[i], "..")) { - struct node *n; if (wnode->stat.type == ROOT) { // A walk of the name ``..'' in the root directory of a server is equivalent to a walk with no name elements.