From 0381d36b77a1e707ccdd5dc70d059b73520a8e15 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 25 May 2009 23:34:50 +0000 Subject: KNF/whitespace: format preprocessor directives correctly. --- mille/mille.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mille/mille.c') diff --git a/mille/mille.c b/mille/mille.c index 85cd73ff..9b269c29 100644 --- a/mille/mille.c +++ b/mille/mille.c @@ -1,4 +1,4 @@ -/* $NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $ */ +/* $NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $ */ /* * Copyright (c) 1982, 1993 @@ -39,12 +39,12 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\ #if 0 static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: mille.c,v 1.17 2009/05/25 23:24:54 dholland Exp $"); +__RCSID("$NetBSD: mille.c,v 1.18 2009/05/25 23:34:50 dholland Exp $"); #endif #endif /* not lint */ -# include "mille.h" -# include +#include "mille.h" +#include /* * @(#)mille.c 1.3 (Berkeley) 5/10/83 @@ -90,11 +90,11 @@ main(int ac, char *av[]) leaveok(Score, TRUE); leaveok(Miles, TRUE); clearok(curscr, TRUE); -# ifndef PROF +#ifndef PROF srandom(getpid()); -# else +#else srandom(0); -# endif +#endif cbreak(); noecho(); signal(SIGINT, rub); -- cgit v1.2.3-56-ge451