Fix trailing whitespace
This commit is contained in:
parent
a9653c475b
commit
d702068457
509 changed files with 922 additions and 922 deletions
|
@ -26,7 +26,7 @@
|
|||
* ---
|
||||
*
|
||||
* aswplnsubs.c: Various subroutines used for ASW planes
|
||||
*
|
||||
*
|
||||
* Known contributors to this file:
|
||||
* Ron Koenderink, 2004
|
||||
*/
|
||||
|
@ -71,7 +71,7 @@ add_shiplist(short uid, struct shiplist **head)
|
|||
}
|
||||
|
||||
s = malloc(sizeof(struct shiplist));
|
||||
if (s2 != NULL)
|
||||
if (s2 != NULL)
|
||||
s2->next = s;
|
||||
else
|
||||
*head = s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue