From 67f8b40f80368dad17a9da50c78923433e266f54 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Oct 2014 22:03:11 +0300 Subject: Fix code style. --- src/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/item.cpp') diff --git a/src/item.cpp b/src/item.cpp index 3b4beacdc..58148d2b1 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -144,7 +144,7 @@ void Item::setCard(const int index, const int id) int Item::getCard(const int index) const { if (index < 0 || index >= maxCards) - return 0 ; + return 0; return mCards[index]; } -- cgit v1.2.3-60-g2f50