CheckBasicStyle: Check number of empty lines between functions (#4267)
Add check for number of empty lines between functions and fix the corresponding failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user