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:
@@ -49,7 +49,6 @@ public:
|
||||
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// cSha1Checksum:
|
||||
|
||||
@@ -126,7 +125,6 @@ void cSha1Checksum::DigestToJava(const Checksum & a_Digest, AString & a_Out)
|
||||
|
||||
|
||||
|
||||
|
||||
void cSha1Checksum::Restart(void)
|
||||
{
|
||||
mbedtls_sha1_starts(&m_Sha1);
|
||||
|
||||
Reference in New Issue
Block a user