Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 066064d

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
src: fix whitespace/blank_line cpplint warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 44cbe03 commit 066064d
Copy full SHA for 066064d

File tree

Expand file treeCollapse file tree

3 files changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎src/node_crypto.h‎

Copy file name to clipboardExpand all lines: src/node_crypto.h
-1Lines changed: 0 additions & 1 deletion
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);
Collapse file

‎src/node_zlib.cc‎

Copy file name to clipboardExpand all lines: src/node_zlib.cc
-1Lines changed: 0 additions & 1 deletion
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),
Collapse file

‎src/util.h‎

Copy file name to clipboardExpand all lines: src/util.h
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.