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/BlockID.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/BlockID.cpp') diff --git a/src/BlockID.cpp b/src/BlockID.cpp index acba8db27..399f9c3f6 100644 --- a/src/BlockID.cpp +++ b/src/BlockID.cpp @@ -234,6 +234,7 @@ int BlockStringToType(const AString & a_BlockTypeString) + bool StringToItem(const AString & a_ItemTypeString, cItem & a_Item) { AString ItemName = TrimString(a_ItemTypeString); -- cgit v1.2.3