Skip to content

Commit

Permalink
src: fix whitespace/blank_line cpplint warnings
Browse files Browse the repository at this point in the history
PR-URL: #7462
Reviewed-By: Trevor Norris <[email protected]>
  • Loading branch information
bnoordhuis authored and Fishrock123 committed Jul 5, 2016
1 parent 1b3c1b0 commit f72259a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/node_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ class SignBase : public BaseObject {

class Sign : public SignBase {
public:

static void Initialize(Environment* env, v8::Local<v8::Object> target);

Error SignInit(const char* sign_type);
Expand Down
1 change: 1 addition & 0 deletions src/node_watchdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class SigintWatchdogHelper {

int Start();
bool Stop();

private:
SigintWatchdogHelper();
~SigintWatchdogHelper();
Expand Down
1 change: 0 additions & 1 deletion src/node_zlib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void InitZlib(v8::Local<v8::Object> target);
*/
class ZCtx : public AsyncWrap {
public:

ZCtx(Environment* env, Local<Object> wrap, node_zlib_mode mode)
: AsyncWrap(env, wrap, AsyncWrap::PROVIDER_ZLIB),
chunk_size_(0),
Expand Down
1 change: 1 addition & 0 deletions src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ class MaybeStackBuffer {
if (buf_ != buf_st_)
free(buf_);
}

private:
size_t length_;
T* buf_;
Expand Down

0 comments on commit f72259a

Please sign in to comment.