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:
@@ -12,7 +12,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
/** Chunk data callback that takes the chunk data and puts them into cLightingThread's m_BlockTypes[] / m_HeightMap[]: */
|
||||
class cReader :
|
||||
public cChunkDataCallback
|
||||
@@ -231,7 +230,6 @@ void cLightingThread::Execute(void)
|
||||
|
||||
|
||||
|
||||
|
||||
void cLightingThread::LightChunk(cLightingChunkStay & a_Item)
|
||||
{
|
||||
// If the chunk is already lit, skip it (report as success):
|
||||
|
||||
Reference in New Issue
Block a user