From 22dc05faf2219f6e3803f9cbff92249823bb11eb Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Feb 2006 06:32:03 +0000 Subject: (svn r3510) Fiddle with whitespace and parentheses --- engine.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engine.c') diff --git a/engine.c b/engine.c index ef916d5c7..0ed802637 100644 --- a/engine.c +++ b/engine.c @@ -922,13 +922,12 @@ void EnginesDailyLoop(void) int32 CmdWantEnginePreview(int x, int y, uint32 flags, uint32 p1, uint32 p2) { Engine *e; - if (!IsEngineIndex(p1)) return CMD_ERROR; + if (!IsEngineIndex(p1)) return CMD_ERROR; e = GetEngine(p1); if (GetBestPlayer(e->preview_player) != _current_player) return CMD_ERROR; - if (flags & DC_EXEC) - AcceptEnginePreview(e, _current_player); + if (flags & DC_EXEC) AcceptEnginePreview(e, _current_player); return 0; } -- cgit v1.2.3-70-g09d2