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:
@@ -62,6 +62,7 @@ void cEvent::Set(void)
|
||||
|
||||
|
||||
|
||||
|
||||
void cEvent::SetAll(void)
|
||||
{
|
||||
{
|
||||
|
||||
@@ -213,7 +213,6 @@ long cFile::Seek (int iPosition)
|
||||
|
||||
|
||||
|
||||
|
||||
long cFile::Tell (void) const
|
||||
{
|
||||
ASSERT(IsOpen());
|
||||
|
||||
@@ -29,7 +29,6 @@ typedef std::shared_ptr<cX509Cert> cX509CertPtr;
|
||||
|
||||
|
||||
|
||||
|
||||
/** Interface that provides the methods available on a single TCP connection. */
|
||||
class cTCPLink
|
||||
{
|
||||
|
||||
@@ -235,7 +235,6 @@ void cTCPLinkImpl::Close(void)
|
||||
|
||||
|
||||
|
||||
|
||||
AString cTCPLinkImpl::StartTLSClient(
|
||||
cX509CertPtr a_OwnCert,
|
||||
cCryptoKeyPtr a_OwnPrivKey
|
||||
|
||||
@@ -715,6 +715,7 @@ WinStackWalker::WinStackWalker(DWORD dwProcessId, HANDLE hProcess)
|
||||
|
||||
|
||||
|
||||
|
||||
WinStackWalker::WinStackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess)
|
||||
{
|
||||
this->m_options = options;
|
||||
|
||||
Reference in New Issue
Block a user