summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 07:59:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 07:59:28 +0000
commit5343fcdfc6412ab198569a831cd06f5c808a19e3 (patch)
treefeefcc46c74117fdd47fa10244e82b9292ab4203 /crawl-ref/source/state.cc
parent990084e0bd9bc3863b0a3a75307367ef6c745624 (diff)
downloadcrawl-ref-5343fcdfc6412ab198569a831cd06f5c808a19e3.tar.gz
crawl-ref-5343fcdfc6412ab198569a831cd06f5c808a19e3.zip
Add whitespace fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8584 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 07bbc589d6..c232b8f6f3 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -419,7 +419,7 @@ void game_state::dump(FILE* file)
fprintf(file, "cmd_repeat_start:%d, cmd_repeat_count: %d, "
"cmd_repeat_goal:%d" EOL
"prev_cmd_repeat_goal: %d" EOL,
- cmd_repeat_start, cmd_repeat_count, cmd_repeat_goal,
+ cmd_repeat_start, cmd_repeat_count, cmd_repeat_goal,
prev_cmd_repeat_goal);
fprintf(file, "Keys being repeated: ");
for (unsigned int i = 0; i < repeat_cmd_keys.size(); i++)