From 351821c1f18f9285be58df0a05339936311f6490 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 12 Apr 2013 18:39:00 +0300 Subject: first part of style fixed after cpplint checks. --- src/shopitem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shopitem.cpp') diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 831b8cd43..f1fb42b79 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -53,8 +53,8 @@ ShopItem::ShopItem(const int inventoryIndex, const int id, addDuplicate(inventoryIndex, quantity); } -ShopItem::ShopItem (const int id, const unsigned char color, const int price) : - Item (id, 0, 0, color), +ShopItem::ShopItem(const int id, const unsigned char color, const int price) : + Item(id, 0, 0, color), mPrice(price), mShowQuantity(false) { -- cgit v1.2.3-60-g2f50