hjfs: fix tabs (damn google code editor)

This commit is contained in:
cinap_lenrek 2012-08-11 12:41:49 +02:00
parent 3759a4a945
commit a1f69ed555

View file

@ -43,11 +43,11 @@ chanwalk(Chan *ch, char *name)
if(name == nil || name[0] == 0 || name[0] == '.' && name[1] == 0)
return 1;
chbegin(ch);
if(ch->open != 0){
werrstr(Einval);
chend(ch);
return -1;
}
if(ch->open != 0){
werrstr(Einval);
chend(ch);
return -1;
}
b = getbuf(ch->fs->d, ch->loc->blk, TDENTRY, 0);
if(b == nil){
chend(ch);