Skip to content

Commit 29c623e

Browse files
Trotttargos
authored andcommitted
src: fix label indentation
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 <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 83d2837 commit 29c623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_buffer.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ void Fill(const FunctionCallbackInfo<Value>& args) {
619619
nullptr);
620620
}
621621

622-
start_fill:
622+
start_fill:
623623

624624
if (str_length >= fill_length)
625625
return;

0 commit comments

Comments
 (0)