From cc279c7aa6e04db390bed9bc28f3d2f48f2ea6d7 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 26 Jun 2008 22:31:01 +0000 Subject: Kill hard tabs, and add whitespace fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6158 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/format.cc') diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc index d5d34fd768..e4280e5038 100644 --- a/crawl-ref/source/format.cc +++ b/crawl-ref/source/format.cc @@ -232,11 +232,11 @@ void formatted_string::parse_string1( } else { - colour_stack.push_back(get_colour(tagtext)); + colour_stack.push_back(get_colour(tagtext)); } // fs.cprintf("%d%d", colour_stack.size(), colour_stack.back()); - fs.textcolor(colour_stack.back()); + fs.textcolor(colour_stack.back()); tag += tagtext.length() + 1; } -- cgit v1.2.3-54-g00ecf