Skip to content

Commit

Permalink
src: fix label indentation
Browse files Browse the repository at this point in the history
In preparation for a cpplint version bump, move labels to be unindented.
The one space indentation we use now is flagged in cpplint 1.5.2.

Refs: https://softwareengineering.stackexchange.com/q/151806/26510

PR-URL: #36213
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
  • Loading branch information
Trott authored and targos committed Jun 11, 2021
1 parent 83d2837 commit 29c623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_buffer.cc
Expand Up @@ -619,7 +619,7 @@ void Fill(const FunctionCallbackInfo<Value>& args) {
nullptr);
}

start_fill:
start_fill:

if (str_length >= fill_length)
return;
Expand Down

0 comments on commit 29c623e

Please sign in to comment.