mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
Nuke some excess whitespace.
This commit is contained in:
parent
48488d3948
commit
71cfb2ea07
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: log.c,v 1.23 2016/09/11 14:21:17 tb Exp $ */
|
||||
/* $OpenBSD: log.c,v 1.24 2017/01/20 00:50:16 krw Exp $ */
|
||||
/* $NetBSD: log.c,v 1.3 1995/03/21 15:04:21 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
@ -123,7 +123,7 @@ open_score_file(void)
|
||||
if (score_fd < 0)
|
||||
err(1, "open");
|
||||
/*
|
||||
* This is done to take advantage of stdio, while still
|
||||
* This is done to take advantage of stdio, while still
|
||||
* allowing a O_CREAT during the open(2) of the log file.
|
||||
*/
|
||||
score_fp = fdopen(score_fd, "r+");
|
||||
@ -150,9 +150,9 @@ log_score(int list_em)
|
||||
sizeof(score[0].game)-1);
|
||||
for (;;) {
|
||||
good = fscanf(score_fp, scanstr,
|
||||
score[num_scores].name,
|
||||
score[num_scores].name,
|
||||
score[num_scores].game,
|
||||
&score[num_scores].planes,
|
||||
&score[num_scores].planes,
|
||||
&score[num_scores].time,
|
||||
&score[num_scores].real_time);
|
||||
if (good != 5 || ++num_scores >= NUM_SCORES)
|
||||
|
Loading…
Reference in New Issue
Block a user