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 Myles Borins committed Jul 14, 2016
1 parent 44cbe03 commit 066064d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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 @@ -565,7 +565,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: 0 additions & 1 deletion src/node_zlib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 @@ -267,6 +267,7 @@ class MaybeStackBuffer {
if (buf_ != buf_st_)
free(buf_);
}

private:
size_t length_;
T* buf_;
Expand Down

0 comments on commit 066064d

Please sign in to comment.