From 5f9de3b2fd102b4ff9c4a7227e57ed5ddee43fbc Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 3 May 2008 19:41:37 +0000 Subject: Add spacing fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4851 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/mutation.h') diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h index f093263ebb..076203b7f5 100644 --- a/crawl-ref/source/mutation.h +++ b/crawl-ref/source/mutation.h @@ -63,13 +63,13 @@ bool delete_mutation(mutation_type which_mutation, bool failMsg = true, * called from: chardump * *********************************************************************** */ // default of level == -1, means to use the player's current level -const char *mutation_name( mutation_type which_mutat, int level = -1 ); +const char *mutation_name(mutation_type which_mutat, int level = -1); // last updated 12may2000 {dlb} /* *********************************************************************** * called from: items - spells * *********************************************************************** */ -bool give_bad_mutation( bool failMsg = true, bool force_mutation = false ); +bool give_bad_mutation(bool failMsg = true, bool force_mutation = false); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf