Skip to content

Commit 066064d

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committed
src: fix whitespace/blank_line cpplint warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <[email protected]>
1 parent 44cbe03 commit 066064d

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/node_crypto.h

-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ class SignBase : public BaseObject {
565565

566566
class Sign : public SignBase {
567567
public:
568-
569568
static void Initialize(Environment* env, v8::Local<v8::Object> target);
570569

571570
Error SignInit(const char* sign_type);

src/node_zlib.cc

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void InitZlib(v8::Local<v8::Object> target);
5050
*/
5151
class ZCtx : public AsyncWrap {
5252
public:
53-
5453
ZCtx(Environment* env, Local<Object> wrap, node_zlib_mode mode)
5554
: AsyncWrap(env, wrap, AsyncWrap::PROVIDER_ZLIB),
5655
chunk_size_(0),

src/util.h

+1
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ class MaybeStackBuffer {
267267
if (buf_ != buf_st_)
268268
free(buf_);
269269
}
270+
270271
private:
271272
size_t length_;
272273
T* buf_;

0 commit comments

Comments
 (0)