summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 18:02:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-06 18:02:56 +0000
commitb847d4bad842066f8721cf68650d5087528e8486 (patch)
tree2545deb1993bce9691ad8045d214a80e83c7f048
parent56feeabfd11f1e469038a55066586441e57979ec (diff)
downloadcrawl-ref-b847d4bad842066f8721cf68650d5087528e8486.tar.gz
crawl-ref-b847d4bad842066f8721cf68650d5087528e8486.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6432 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/makefile2
-rw-r--r--crawl-ref/source/makefile.dos6
-rw-r--r--crawl-ref/source/makefile.osx4
-rw-r--r--crawl-ref/source/mon-pick.h2
4 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 69e243b507..9e1ded2ab6 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -44,7 +44,7 @@ wizard:
debug:
$(MAKE) $(OTHER) -f $(MAKEFILE) DEBUG_CRAWL=y debug EXTRA_FLAGS='-g -DFULLDEBUG -DWIZARD'
-# [dshaligram] The individual makefile need not necessarily support
+# [dshaligram] The individual makefile need not necessarily support
# package-source; only makefile.unix does at the moment.
package-source:
$(MAKE) -f $(MAKEFILE) package-source
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 367235ee27..ea64341147 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -138,11 +138,11 @@ clean-sql:
cd $(WORKDIR)
distclean: clean-lua clean-sql
- $(DELETE) *.o
+ $(DELETE) *.o
$(DELETE) bones.*
$(DELETE) morgue.txt
- $(DELETE) scores
- $(DELETE) $(APPNAME)
+ $(DELETE) scores
+ $(DELETE) $(APPNAME)
$(DELETE) *.sav
$(DELETE) core
$(DELETE) *.0*
diff --git a/crawl-ref/source/makefile.osx b/crawl-ref/source/makefile.osx
index 69c78b127e..396f5559d1 100644
--- a/crawl-ref/source/makefile.osx
+++ b/crawl-ref/source/makefile.osx
@@ -13,7 +13,7 @@ all: $(GAME)
install:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release install
-clean:
+clean:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release clean
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Debug clean
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Wizard clean
@@ -31,7 +31,7 @@ distclean: clean
$(GAME):
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Release build
-debug:
+debug:
xcodebuild -project $(PROJECT) -target $(GAME) -configuration Debug build
wizard:
diff --git a/crawl-ref/source/mon-pick.h b/crawl-ref/source/mon-pick.h
index 6b2785a7ce..0776b731f1 100644
--- a/crawl-ref/source/mon-pick.h
+++ b/crawl-ref/source/mon-pick.h
@@ -85,7 +85,7 @@ int mons_tartarus_level(int mcls);
int mons_tartarus_rare(int mcls);
int mons_tomb_level(int mcls);
int mons_tomb_rare(int mcls);
-int mons_caverns_level(int mcls);
+int mons_caverns_level(int mcls);
int mons_caverns_rare(int mcls);
#endif