summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilebuf.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 06:11:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-23 06:11:53 +0000
commitbcaca7e157d99d683b6c389b99cc25b5e1286e13 (patch)
treea11a518b7c98d69929c695aaff0bb999cd5ec627 /crawl-ref/source/tilebuf.cc
parent6613e6733b6c49285266bd5df92ca93fc5b6b091 (diff)
downloadcrawl-ref-bcaca7e157d99d683b6c389b99cc25b5e1286e13.tar.gz
crawl-ref-bcaca7e157d99d683b6c389b99cc25b5e1286e13.zip
Add whitespace fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7294 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilebuf.cc')
-rw-r--r--crawl-ref/source/tilebuf.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilebuf.cc b/crawl-ref/source/tilebuf.cc
index 6a61de2823..f4eaa33a77 100644
--- a/crawl-ref/source/tilebuf.cc
+++ b/crawl-ref/source/tilebuf.cc
@@ -193,7 +193,7 @@ void TileBuffer::set_tex(const TilesTexture *tex)
}
/////////////////////////////////////////////////////////////////////////////
-// ShapeBuffer
+// ShapeBuffer
ShapeBuffer::ShapeBuffer() : VertBuffer<PCVert>(NULL, GL_QUADS)
{
@@ -231,7 +231,7 @@ void ShapeBuffer::add(float pos_sx, float pos_sy, float pos_ex, float pos_ey,
}
/////////////////////////////////////////////////////////////////////////////
-// LineBuffer
+// LineBuffer
LineBuffer::LineBuffer() : VertBuffer<PCVert>(NULL, GL_LINES)
{