trailing white space removal.
This commit is contained in:
parent
c35874acaa
commit
f8c1abb102
@ -90,8 +90,6 @@ isonum_732(p)
|
||||
return (*p << 24)|(p[1] << 16)|(p[2] << 8)|p[3];
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int
|
||||
dirmatch(path, dp)
|
||||
const char *path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user