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:
@@ -883,6 +883,10 @@ void cNBTChunkSerializer::AddItemFrameEntity(cItemFrame * a_ItemFrame)
|
||||
m_Writer.EndCompound();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cNBTChunkSerializer::AddLeashKnotEntity(cLeashKnot * a_LeashKnot)
|
||||
{
|
||||
m_Writer.BeginCompound("");
|
||||
@@ -892,6 +896,9 @@ void cNBTChunkSerializer::AddLeashKnotEntity(cLeashKnot * a_LeashKnot)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void cNBTChunkSerializer::AddPaintingEntity(cPainting * a_Painting)
|
||||
{
|
||||
m_Writer.BeginCompound("");
|
||||
|
||||
Reference in New Issue
Block a user