Skip to content

Commit f72259a

Browse files
bnoordhuisFishrock123
authored andcommitted
src: fix whitespace/blank_line cpplint warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 1b3c1b0 commit f72259a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/node_crypto.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ class SignBase : public BaseObject {
577577

578578
class Sign : public SignBase {
579579
public:
580-
581580
static void Initialize(Environment* env, v8::Local<v8::Object> target);
582581

583582
Error SignInit(const char* sign_type);

src/node_watchdog.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class SigintWatchdogHelper {
6464

6565
int Start();
6666
bool Stop();
67+
6768
private:
6869
SigintWatchdogHelper();
6970
~SigintWatchdogHelper();

src/node_zlib.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ void InitZlib(v8::Local<v8::Object> target);
5252
*/
5353
class ZCtx : public AsyncWrap {
5454
public:
55-
5655
ZCtx(Environment* env, Local<Object> wrap, node_zlib_mode mode)
5756
: AsyncWrap(env, wrap, AsyncWrap::PROVIDER_ZLIB),
5857
chunk_size_(0),

src/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ class MaybeStackBuffer {
286286
if (buf_ != buf_st_)
287287
free(buf_);
288288
}
289+
289290
private:
290291
size_t length_;
291292
T* buf_;

0 commit comments

Comments
 (0)