From ca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Apr 2008 04:37:06 +0000 Subject: (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators. --- src/ai/default/default.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ai/default') diff --git a/src/ai/default/default.cpp b/src/ai/default/default.cpp index ed7f103a2..70d470d63 100644 --- a/src/ai/default/default.cpp +++ b/src/ai/default/default.cpp @@ -3995,11 +3995,11 @@ void AiDoGameLoop(Player *p) if (_players_ai[p->index].state != old_state) { if (hasdots) printf("\n"); - hasdots=false; + hasdots = false; printf("AiState: %s\n", _ai_state_names[old_state=_players_ai[p->index].state]); } else { printf("."); - hasdots=true; + hasdots = true; } } #endif -- cgit v1.2.3-54-g00ecf