From 86b5192d1b271033afa213891dbafa9ec5d60b3c Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Sat, 15 Feb 2014 23:39:05 +0100 Subject: BBVS: Use spaces instead of tabs for formatting --- engines/bbvs/bbvs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/bbvs/bbvs.cpp') diff --git a/engines/bbvs/bbvs.cpp b/engines/bbvs/bbvs.cpp index 5775835df9..6b261be451 100644 --- a/engines/bbvs/bbvs.cpp +++ b/engines/bbvs/bbvs.cpp @@ -99,7 +99,7 @@ static const int kAfterVideoSceneNum[] = { }; const int kMainMenu = 44; -const int kCredits = 45; +const int kCredits = 45; bool WalkArea::contains(const Common::Point &pt) const { return Common::Rect(x, y, x + width, y + height).contains(pt); -- cgit v1.2.3