summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 05:53:06 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 05:53:06 +0000
commit2bc1bfe26231364285d978f44f9fb2fa04db07cf (patch)
tree3730ce0388c7bed446476b38d945beff998660c5 /crawl-ref/source/skills2.h
parentb56434b0892b631538513c80ef2ad7c1545313cc (diff)
downloadcrawl-ref-2bc1bfe26231364285d978f44f9fb2fa04db07cf.tar.gz
crawl-ref-2bc1bfe26231364285d978f44f9fb2fa04db07cf.zip
Add more whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6072 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index d58a1e1b2e..ef8d4544bd 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -31,9 +31,9 @@ int str_to_skill(const std::string &skill);
* called from: describe
* *********************************************************************** */
std::string skill_title(
- unsigned char best_skill, unsigned char skill_lev,
+ unsigned char best_skill, unsigned char skill_lev,
// these used for ghosts and hiscores:
- int species = -1, int str = -1, int dex = -1, int god = -1 );
+ int species = -1, int str = -1, int dex = -1, int god = -1 );
// last_updated Sept 20 -- bwr
/* ***********************************************************************
@@ -92,7 +92,7 @@ void show_skills();
/* ***********************************************************************
* called from: item_use
* *********************************************************************** */
-void wield_warning(bool newWeapon = true);
+void wield_warning(bool newWeapon = true);
#endif