From c86837a908de5a291088fccea2d1df2b8c30712a Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 24 May 2009 19:25:49 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9818 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/newgame.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc index ccd9e1a351..343ce30af1 100644 --- a/crawl-ref/source/newgame.cc +++ b/crawl-ref/source/newgame.cc @@ -596,7 +596,7 @@ static void _pick_random_species_and_class( bool unrestricted_only ) unrestricted_only)) { job_count++; - if (one_chance_in( job_count )) + if (one_chance_in(job_count)) { species = static_cast(sp); job = static_cast(cl); @@ -606,7 +606,7 @@ static void _pick_random_species_and_class( bool unrestricted_only ) } // At least one job must exist in the game, else we're in big trouble. - ASSERT( species != SP_UNKNOWN && job != JOB_UNKNOWN ); + ASSERT(species != SP_UNKNOWN && job != JOB_UNKNOWN); // Return draconian variety here. if (species == SP_RED_DRACONIAN) -- cgit v1.2.3-54-g00ecf