mirror of
https://github.com/vbatts/bvi.git
synced 2025-08-02 07:30:28 +00:00
cleanup mixed use of tabs and spaces
still isn't 100%, but is progress Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
92a88a4b4b
commit
f62d2aa929
14 changed files with 176 additions and 176 deletions
4
io.c
4
io.c
|
@ -235,7 +235,7 @@ load(fname)
|
|||
params[P_RO].flags |= P_CHANGED;
|
||||
}
|
||||
} else {
|
||||
sysemsg(fname);
|
||||
sysemsg(fname);
|
||||
filemode = ERROR;
|
||||
}
|
||||
}
|
||||
|
@ -432,7 +432,7 @@ strdup(s)
|
|||
char *s;
|
||||
{
|
||||
char *p;
|
||||
size_t n;
|
||||
size_t n;
|
||||
|
||||
n = strlen(s) + 1;
|
||||
if ((p = (char *)malloc(n)) != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue