Procházet zdrojové kódy

Whitespace.

master
Jari Vetoniemi před 10 roky
rodič
revize
f79aed0821
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      bin/server.c

+ 0
- 1
bin/server.c Zobrazit soubor

@ -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.

Načítá se…
Zrušit
Uložit