summaryrefslogtreecommitdiffstats
path: root/src/FurnaceRecipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FurnaceRecipe.h')
-rw-r--r--src/FurnaceRecipe.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/FurnaceRecipe.h b/src/FurnaceRecipe.h
index 84ee87092..5d3b4c8de 100644
--- a/src/FurnaceRecipe.h
+++ b/src/FurnaceRecipe.h
@@ -13,7 +13,7 @@ class cItem;
class cFurnaceRecipe
{
-public:
+ public:
cFurnaceRecipe(void);
~cFurnaceRecipe();
@@ -42,7 +42,7 @@ public:
/** Returns the amount of time that the specified fuel burns, in ticks */
int GetBurnTime(const cItem & a_Fuel) const;
-private:
+ private:
void ClearRecipes(void);
/** Parses the fuel contained in the line, adds it to m_pState's fuels.
@@ -59,7 +59,3 @@ private:
struct sFurnaceRecipeState;
sFurnaceRecipeState * m_pState;
};
-
-
-
-