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 f72259a

Browse filesBrowse 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
Copy full SHA for f72259a

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

+2
-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
@@ -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);
Collapse file

‎src/node_watchdog.h‎

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