Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -51,8 +51,8 @@ nuk_postread(int n, void *ptr)
|
|||
struct plnstr plane;
|
||||
|
||||
if (np->nuk_uid != n) {
|
||||
logerror("nuk_postread: Error - %d != %d, zeroing.\n", np->nuk_uid,
|
||||
n);
|
||||
logerror("nuk_postread: Error - %d != %d, zeroing.\n",
|
||||
np->nuk_uid, n);
|
||||
memset(np, 0, sizeof(struct nukstr));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue