From 950aeffff8d641a0855fbd9a9b2993d9dfd7d2c3 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 26 Jul 2018 22:24:36 +0100 Subject: CheckBasicStyle: Check number of empty lines between functions (#4267) Add check for number of empty lines between functions and fix the corresponding failures --- src/BrewingRecipes.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/BrewingRecipes.cpp') diff --git a/src/BrewingRecipes.cpp b/src/BrewingRecipes.cpp index 292fc7005..3f5173d3d 100644 --- a/src/BrewingRecipes.cpp +++ b/src/BrewingRecipes.cpp @@ -11,9 +11,6 @@ - - - cBrewingRecipes::cBrewingRecipes() { ReloadRecipes(); @@ -197,7 +194,6 @@ const cBrewingRecipes::cRecipe * cBrewingRecipes::GetRecipeFrom(const cItem & a_ - bool cBrewingRecipes::IsIngredient(const cItem & a_Ingredient) const { // Check for gunpowder -- cgit v1.2.3