summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/FixVec.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 17:01:20 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-16 17:01:20 +0000
commitc9959a6ac4bd71b21a1573a20f631ea35106df7e (patch)
treea81af6377de704e23bb699c070d8e41ac48f1207 /crawl-ref/source/FixVec.h
parentc27f68c47819e15d09279df9146bccfb1ff56aae (diff)
downloadcrawl-ref-c9959a6ac4bd71b21a1573a20f631ea35106df7e.tar.gz
crawl-ref-c9959a6ac4bd71b21a1573a20f631ea35106df7e.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5077 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/FixVec.h')
-rw-r--r--crawl-ref/source/FixVec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/FixVec.h b/crawl-ref/source/FixVec.h
index 06a7f919fc..512f508497 100644
--- a/crawl-ref/source/FixVec.h
+++ b/crawl-ref/source/FixVec.h
@@ -42,7 +42,7 @@ public:
typedef unsigned long size_type;
typedef long difference_type;
-
+
typedef TYPE* iterator;
typedef const TYPE* const_iterator;